Html Css Color HEX #D64DB2 Fuchsia

📋 copy color: '#D64DB2'

red 214 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #D64DB2

Tints of Fuchsia #D64DB2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.42%

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

R = 45.63%
G = 16.42%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D64DB2 (or 0xD64DB2) is known color: Fuchsia. HEX triplet: D6, 4D and B2. RGB value is (214,77,178). Sum of RGB (Red+Green+Blue) = 214+77+178=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DB2 is #29B24D. Grayscale: #818181. Windows color (decimal): -2732622 or 11685334. OLE color: 11685334.

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

Color convert

RGB 214 77 178 -
CMYK 0 0.64 0.17 0.16
HSL 315.77º 0.63% 0.57% -
HSV(B) 315.77º 0.64% 0.84% -
XYZ 38.42 22.82 44.5 -
YUV 129.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 214 77 178 0 0.64 0.17 0.16 315.77 0.63 0.57
Hex D6 4D B2 0 40 11 10 13C 3F 39
Octal 326 115 262 0 100 21 20 474 77 71
Binary 11010110 1001101 10110010 0 1000000 10001 10000 100111100 111111 111001

Color Harmonies of #D64DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DB2

Black with #D64DB2

Text Example


Text Example

White with #D64DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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