#D62DA7

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

Shades of Deep Cerise #D62DA7

Tints of Deep Cerise #D62DA7

Color information

#D62DA7 (or 0xD62DA7) is unknown color: approx Deep Cerise. HEX triplet: D6, 2D and A7. RGB value is (214,45,167). Sum of RGB (Red+Green+Blue) = 214+45+167=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DA7 is #29D258. Grayscale: #6D6D6D. Windows color (decimal): -2740825 or 10956246. OLE color: 10956246.

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

Color convert

RGB21445167-
CMYK00.790.220.16
HSL316.69º67.33%50.78%-
HSV(B)316.69º78.97%83.92%-
XYZ35.6418.9638.34-
YUV109.44160.49202.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 45 (17.97% from 255) = 10.56%
BLUE value IS 167 (65.62% from 255) = 39.20%
R=50.23%
G=10.56%
B=39.20%

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
Decimal2144516700.790.220.16316.6967.3350.78
HexD62DA704F161013d4333
Octal326552470117262047510363
Binary11010110101101101001110100111110110100001001111011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62DA7; }

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

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

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

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

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

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

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

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