Html Css Color HEX #D644B2 Fuchsia

📋 copy color: '#D644B2'

red 214 ◦ green 68 ◦ blue 178

#D644B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D644B2

Tints of Fuchsia #D644B2

RGB

 RED value IS 214 (83.98% from 255) = 46.52%

 GREEN value IS 68 (26.95% from 255) = 14.78%

 BLUE value IS 178 (69.92% from 255) = 38.7%

R = 46.52%
G = 14.78%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D644B2 (or 0xD644B2) is known color: Fuchsia. HEX triplet: D6, 44 and B2. RGB value is (214,68,178). Sum of RGB (Red+Green+Blue) = 214+68+178=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D644B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D644B2 is #29BB4D. Grayscale: #7B7B7B. Windows color (decimal): -2734926 or 11683030. OLE color: 11683030.

HSL color Cylindrical-coordinate representation of color #D644B2: hue angle of 314.79º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D644B2 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 178 -
CMYK 0 0.68 0.17 0.16
HSL 314.79º 0.64% 0.55% -
HSV(B) 314.79º 0.68% 0.84% -
XYZ 37.83 21.64 44.3 -
YUV 124.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 214 68 178 0 0.68 0.17 0.16 314.79 0.64 0.55
Hex D6 44 B2 0 44 11 10 13B 40 37
Octal 326 104 262 0 104 21 20 473 100 67
Binary 11010110 1000100 10110010 0 1000100 10001 10000 100111011 1000000 110111

Color Harmonies of #D644B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D644B2

Black with #D644B2

Text Example


Text Example

White with #D644B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D644B2; }

 p { color: rgb(214,68,178); }

 H1.HeaderClassName
 {
   color: #D644B2;
 }
 .AnyTagClassName
 {
   color: #D644B2;
 }
</style>

background-color css

<style>
 a { background-color: #D644B2; }

 a { background-color: rgb(214,68,178); }

 div.DivClassName
 {
   background-color: #D644B2;
 }
 .BgClassName
 {
   background-color: #D644B2;
 }
</style>

border-color css

<style>
 span { border-color: #D644B2; }

 span { border-color: rgb(214,68,178); }

 td.TdClassName
 {
   border-color: #D644B2;
 }
 .TagClassName
 {
   border-color: #D644B2;
 }
</style>