#D62DA6

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

Shades of Deep Cerise #D62DA6

Tints of Deep Cerise #D62DA6

Color information

#D62DA6 (or 0xD62DA6) is unknown color: approx Deep Cerise. HEX triplet: D6, 2D and A6. RGB value is (214,45,166). Sum of RGB (Red+Green+Blue) = 214+45+166=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DA6 is #29D259. Grayscale: #6D6D6D. Windows color (decimal): -2740826 or 10890710. OLE color: 10890710.

HSL color Cylindrical-coordinate representation of color #D62DA6: hue angle of 317.04º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62DA6 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB21445166-
CMYK00.790.220.16
HSL317.04º67.33%50.78%-
HSV(B)317.04º78.97%83.92%-
XYZ35.5518.9337.86-
YUV109.32159.99202.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 45 (17.97% from 255) = 10.59%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=50.35%
G=10.59%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144516600.790.220.16317.0467.3350.78
HexD62DA604F161013d4333
Octal326552460117262047510363
Binary11010110101101101001100100111110110100001001111011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62DA6; }

 p { color: rgb(214,45,166); }

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

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

 a { background-color: rgb(214,45,166); }

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

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

 span { border-color: rgb(214,45,166); }

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