#d029a9

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

Shades of Deep Cerise #D029A9

Tints of Deep Cerise #D029A9

Color information

#D029A9 (or 0xD029A9) is unknown color: approx Deep Cerise. HEX triplet: D0, 29 and A9. RGB value is (208,41,169). Sum of RGB (Red+Green+Blue) = 208+41+169=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D029A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D029A9 is #2FD656. Grayscale: #696969. Windows color (decimal): -3135063 or 11086288. OLE color: 11086288.

HSL color Cylindrical-coordinate representation of color #D029A9: hue angle of 314.01º degrees, saturation: 0.67, 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 #D029A9 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB20841169-
CMYK00.800.190.18
HSL314.01º67.07%48.82%-
HSV(B)314.01º80.29%81.57%-
XYZ33.9717.8639.19-
YUV105.52163.83201.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.76%
GREEN value IS 41 (16.41% from 255) = 9.81%
BLUE value IS 169 (66.41% from 255) = 40.43%
R=49.76%
G=9.81%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084116900.800.190.18314.0167.0748.82
HexD029A9050131213a4331
Octal320512510120232247210361
Binary11010000101001101010010101000010011100101001110101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d029a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d029a9; }

 p { color: rgb(208,41,169); }

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

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

 a { background-color: rgb(208,41,169); }

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

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

 span { border-color: rgb(208,41,169); }

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