#d02a9c

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

Shades of Deep Cerise #D02A9C

Tints of Deep Cerise #D02A9C

Color information

#D02A9C (or 0xD02A9C) is unknown color: approx Deep Cerise. HEX triplet: D0, 2A and 9C. RGB value is (208,42,156). Sum of RGB (Red+Green+Blue) = 208+42+156=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02A9C is #2FD563. Grayscale: #686868. Windows color (decimal): -3134820 or 10234576. OLE color: 10234576.

HSL color Cylindrical-coordinate representation of color #D02A9C: hue angle of 318.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02A9C is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB20842156-
CMYK00.800.250.18
HSL318.8º66.4%49.02%-
HSV(B)318.8º79.81%81.57%-
XYZ32.8417.4733.09-
YUV104.63157201.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.23%
GREEN value IS 42 (16.80% from 255) = 10.34%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=51.23%
G=10.34%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084215600.800.250.18318.866.449.02
HexD02A9C050191213f4231
Octal320522340120312247710261
Binary11010000101010100111000101000011001100101001111111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d02a9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d02a9c; }

 p { color: rgb(208,42,156); }

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

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

 a { background-color: rgb(208,42,156); }

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

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

 span { border-color: rgb(208,42,156); }

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