Html Css Color HEX #D64DB8 Fuchsia

📋 copy color: '#D64DB8'

red 214 ◦ green 77 ◦ blue 184

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

Shades of Fuchsia #D64DB8

Tints of Fuchsia #D64DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.74%

R = 45.05%
G = 16.21%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D64DB8 (or 0xD64DB8) is known color: Fuchsia. HEX triplet: D6, 4D and B8. RGB value is (214,77,184). Sum of RGB (Red+Green+Blue) = 214+77+184=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DB8 is #29B247. Grayscale: #818181. Windows color (decimal): -2732616 or 12078550. OLE color: 12078550.

HSL color Cylindrical-coordinate representation of color #D64DB8: hue angle of 313.14º 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 #D64DB8 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 77 184 -
CMYK 0 0.64 0.14 0.16
HSL 313.14º 0.63% 0.57% -
HSV(B) 313.14º 0.64% 0.84% -
XYZ 39.04 23.06 47.74 -
YUV 130.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 214 77 184 0 0.64 0.14 0.16 313.14 0.63 0.57
Hex D6 4D B8 0 40 E 10 139 3F 39
Octal 326 115 270 0 100 16 20 471 77 71
Binary 11010110 1001101 10111000 0 1000000 1110 10000 100111001 111111 111001

Color Harmonies of #D64DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DB8

Black with #D64DB8

Text Example


Text Example

White with #D64DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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