#D62B6F

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

Shades of Cerise #D62B6F

Tints of Cerise #D62B6F

Color information

#D62B6F (or 0xD62B6F) is unknown color: approx Cerise. HEX triplet: D6, 2B and 6F. RGB value is (214,43,111). Sum of RGB (Red+Green+Blue) = 214+43+111=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62B6F is #29D490. Grayscale: #656565. Windows color (decimal): -2741393 or 7285718. OLE color: 7285718.

HSL color Cylindrical-coordinate representation of color #D62B6F: hue angle of 336.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62B6F is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB21443111-
CMYK00.800.480.16
HSL336.14º67.59%50.39%-
HSV(B)336.14º79.91%83.92%-
XYZ31.4617.1716.7-
YUV101.88133.15207.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.15%
GREEN value IS 43 (17.19% from 255) = 11.68%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=58.15%
G=11.68%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144311100.800.480.16336.1467.5950.39
HexD62B6F05030101504432
Octal326531570120602052010462
Binary11010110101011110111101010000110000100001010100001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62B6F; }

 p { color: rgb(214,43,111); }

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

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

 a { background-color: rgb(214,43,111); }

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

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

 span { border-color: rgb(214,43,111); }

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