#D62B6E

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

Shades of Cerise #D62B6E

Tints of Cerise #D62B6E

Color information

#D62B6E (or 0xD62B6E) is unknown color: approx Cerise. HEX triplet: D6, 2B and 6E. RGB value is (214,43,110). Sum of RGB (Red+Green+Blue) = 214+43+110=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62B6E is #29D491. Grayscale: #656565. Windows color (decimal): -2741394 or 7220182. OLE color: 7220182.

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

Color convert

RGB21443110-
CMYK00.800.490.16
HSL336.49º67.59%50.39%-
HSV(B)336.49º79.91%83.92%-
XYZ31.4117.1516.41-
YUV101.77132.65208.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.31%
GREEN value IS 43 (17.19% from 255) = 11.72%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=58.31%
G=11.72%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144311000.800.490.16336.4967.5950.39
HexD62B6E05031101504432
Octal326531560120612052010462
Binary11010110101011110111001010000110001100001010100001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62B6E; }

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

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

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

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

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

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

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

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