#D229AA

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

Shades of Deep Cerise #D229AA

Tints of Deep Cerise #D229AA

Color information

#D229AA (or 0xD229AA) is unknown color: approx Deep Cerise. HEX triplet: D2, 29 and AA. RGB value is (210,41,170). Sum of RGB (Red+Green+Blue) = 210+41+170=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D229AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D229AA is #2DD655. Grayscale: #696969. Windows color (decimal): -3003990 or 11151826. OLE color: 11151826.

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

Color convert

RGB21041170-
CMYK00.800.190.18
HSL314.2º67.33%49.22%-
HSV(B)314.2º80.48%82.35%-
XYZ34.6318.1939.72-
YUV106.24163.99202.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 41 (16.41% from 255) = 9.74%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=49.88%
G=9.74%
B=40.38%

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
Decimal2104117000.800.190.18314.267.3349.22
HexD229AA050131213a4331
Octal322512520120232247210361
Binary11010010101001101010100101000010011100101001110101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D229AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D229AA; }

 p { color: rgb(210,41,170); }

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

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

 a { background-color: rgb(210,41,170); }

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

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

 span { border-color: rgb(210,41,170); }

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