#D929A9

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

Shades of Deep Cerise #D929A9

Tints of Deep Cerise #D929A9

Color information

#D929A9 (or 0xD929A9) is unknown color: approx Deep Cerise. HEX triplet: D9, 29 and A9. RGB value is (217,41,169). Sum of RGB (Red+Green+Blue) = 217+41+169=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D929A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D929A9 is #26D656. Grayscale: #6B6B6B. Windows color (decimal): -2545239 or 11086297. OLE color: 11086297.

HSL color Cylindrical-coordinate representation of color #D929A9: hue angle of 316.36º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D929A9 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB21741169-
CMYK00.810.220.15
HSL316.36º69.84%50.59%-
HSV(B)316.36º81.11%85.1%-
XYZ36.5719.239.32-
YUV108.22162.31205.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 41 (16.41% from 255) = 9.60%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=50.82%
G=9.60%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174116900.810.220.15316.3669.8450.59
HexD929A905116F13c4633
Octal331512510121261747410663
Binary1101100110100110101001010100011011011111001111001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D929A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D929A9; }

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

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

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

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

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

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

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

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