#D64062

Color #D64062 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D64062

Tints of Cerise #D64062

Color information

#D64062 (or 0xD64062) is unknown color: approx Cerise. HEX triplet: D6, 40 and 62. RGB value is (214,64,98). Sum of RGB (Red+Green+Blue) = 214+64+98=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D64062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64062 is #29BF9D. Grayscale: #707070. Windows color (decimal): -2736030 or 6439126. OLE color: 6439126.

HSL color Cylindrical-coordinate representation of color #D64062: hue angle of 346.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64062 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB2146498-
CMYK00.700.540.16
HSL346.4º64.66%54.51%-
HSV(B)346.4º70.09%83.92%-
XYZ31.7718.8413.52-
YUV112.73119.7200.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 64 (25.39% from 255) = 17.02%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=56.91%
G=17.02%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214649800.700.540.16346.464.6654.51
HexD64062046361015a4137
Octal3261001420106662053210167
Binary110101101000000110001001000110110110100001010110101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64062; }

 p { color: rgb(214,64,98); }

 H1.HeaderClassName
 {
   color: #D64062;
 }
 .AnyTagClassName
 {
   color: #D64062;
 }
</style>
background-color css

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

 a { background-color: rgb(214,64,98); }

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

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

 span { border-color: rgb(214,64,98); }

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