Html Css Color HEX #D64CB8 Fuchsia

📋 copy color: '#D64CB8'

red 214 ◦ green 76 ◦ blue 184

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

Shades of Fuchsia #D64CB8

Tints of Fuchsia #D64CB8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.03%

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

R = 45.15%
G = 16.03%
B = 38.82%

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

#D64CB8 (or 0xD64CB8) is known color: Fuchsia. HEX triplet: D6, 4C and B8. RGB value is (214,76,184). Sum of RGB (Red+Green+Blue) = 214+76+184=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CB8 is #29B347. Grayscale: #818181. Windows color (decimal): -2732872 or 12078294. OLE color: 12078294.

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

Color convert

RGB 214 76 184 -
CMYK 0 0.64 0.14 0.16
HSL 313.04º 0.63% 0.57% -
HSV(B) 313.04º 0.64% 0.84% -
XYZ 38.97 22.93 47.72 -
YUV 129.57 158.72 188.22 -
System Red Green Blue C M Y K H S L
Decimal 214 76 184 0 0.64 0.14 0.16 313.04 0.63 0.57
Hex D6 4C B8 0 40 E 10 139 3F 39
Octal 326 114 270 0 100 16 20 471 77 71
Binary 11010110 1001100 10111000 0 1000000 1110 10000 100111001 111111 111001

Color Harmonies of #D64CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CB8

Black with #D64CB8

Text Example


Text Example

White with #D64CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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