#d029ac

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

Shades of Deep Cerise #D029AC

Tints of Deep Cerise #D029AC

Color information

#D029AC (or 0xD029AC) is unknown color: approx Deep Cerise. HEX triplet: D0, 29 and AC. RGB value is (208,41,172). Sum of RGB (Red+Green+Blue) = 208+41+172=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D029AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D029AC is #2FD653. Grayscale: #696969. Windows color (decimal): -3135060 or 11282896. OLE color: 11282896.

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

Color convert

RGB20841172-
CMYK00.800.170.18
HSL312.93º67.07%48.82%-
HSV(B)312.93º80.29%81.57%-
XYZ34.2517.9740.69-
YUV105.87165.33200.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.41%
GREEN value IS 41 (16.41% from 255) = 9.74%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=49.41%
G=9.74%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084117200.800.170.18312.9367.0748.82
HexD029AC05011121394331
Octal320512540120212247110361
Binary11010000101001101011000101000010001100101001110011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d029ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d029ac; }

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

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

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

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

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

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

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

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