Html Css Color HEX #D94064 Cerise

📋 copy color: '#D94064'

red 217 ◦ green 64 ◦ blue 100

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

Shades of Cerise #D94064

Tints of Cerise #D94064

RGB

 RED value IS 217 (85.16% from 255) = 56.96%

 GREEN value IS 64 (25.39% from 255) = 16.8%

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 56.96%
G = 16.8%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D94064 (or 0xD94064) is known color: Cerise. HEX triplet: D9, 40 and 64. RGB value is (217,64,100). Sum of RGB (Red+Green+Blue) = 217+64+100=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D94064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94064 is #26BF9B. Grayscale: #717171. Windows color (decimal): -2539420 or 6570201. OLE color: 6570201.

HSL color Cylindrical-coordinate representation of color #D94064: hue angle of 345.88º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94064 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 100 -
CMYK 0 0.71 0.54 0.15
HSL 345.88º 0.67% 0.55% -
HSV(B) 345.88º 0.71% 0.85% -
XYZ 32.75 19.34 14.06 -
YUV 113.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 217 64 100 0 0.71 0.54 0.15 345.88 0.67 0.55
Hex D9 40 64 0 47 36 F 15A 43 37
Octal 331 100 144 0 107 66 17 532 103 67
Binary 11011001 1000000 1100100 0 1000111 110110 1111 101011010 1000011 110111

Color Harmonies of #D94064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94064

Black with #D94064

Text Example


Text Example

White with #D94064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94064; }

 p { color: rgb(217,64,100); }

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

background-color css

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

 a { background-color: rgb(217,64,100); }

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

border-color css

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

 span { border-color: rgb(217,64,100); }

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