#D229A3

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

Shades of Deep Cerise #D229A3

Tints of Deep Cerise #D229A3

Color information

#D229A3 (or 0xD229A3) is unknown color: approx Deep Cerise. HEX triplet: D2, 29 and A3. RGB value is (210,41,163). Sum of RGB (Red+Green+Blue) = 210+41+163=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D229A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D229A3 is #2DD65C. Grayscale: #696969. Windows color (decimal): -3003997 or 10693074. OLE color: 10693074.

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

Color convert

RGB21041163-
CMYK00.800.220.18
HSL316.69º67.33%49.22%-
HSV(B)316.69º80.48%82.35%-
XYZ33.9817.9336.32-
YUV105.44160.49202.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.72%
GREEN value IS 41 (16.41% from 255) = 9.90%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=50.72%
G=9.90%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104116300.800.220.18316.6967.3349.22
HexD229A3050161213d4331
Octal322512430120262247510361
Binary11010010101001101000110101000010110100101001111011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D229A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D229A3; }

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

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

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

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

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

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

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

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