Shades of Deep Cerise #D929A1
Tints of Deep Cerise #D929A1
RGB
CMYK
RGB Variations
Color information
#D929A1 (or 0xD929A1) is known color: Deep Cerise. HEX triplet: D9, 29 and A1. RGB value is (217,41,161). Sum of RGB (Red+Green+Blue) = 217+41+161=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D929A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D929A1 is #26D65E. Grayscale: #6B6B6B. Windows color (decimal): -2545247 or 10562009. OLE color: 10562009.
HSL color Cylindrical-coordinate representation of color #D929A1: hue angle of 319.09º 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 #D929A1 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 161 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.15 |
| HSL | 319.09º | 0.7% | 0.51% | - |
| HSV(B) | 319.09º | 0.81% | 0.85% | - |
| XYZ | 35.84 | 18.91 | 35.48 | - |
| YUV | 107.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 161 | 0 | 0.81 | 0.26 | 0.15 | 319.09 | 0.7 | 0.51 |
| Hex | D9 | 29 | A1 | 0 | 51 | 1A | F | 13F | 46 | 33 |
| Octal | 331 | 51 | 241 | 0 | 121 | 32 | 17 | 477 | 106 | 63 |
| Binary | 11011001 | 101001 | 10100001 | 0 | 1010001 | 11010 | 1111 | 100111111 | 1000110 | 110011 |
Color Harmonies of #D929A1
Complementary color
Monochromatic Colors of #D929A1
Black with #D929A1
Text Example
Text Example
White with #D929A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929A1; }
p { color: rgb(217,41,161); }
H1.HeaderClassName
{
color: #D929A1;
}
.AnyTagClassName
{
color: #D929A1;
}
</style>
background-color css
<style>
a { background-color: #D929A1; }
a { background-color: rgb(217,41,161); }
div.DivClassName
{
background-color: #D929A1;
}
.BgClassName
{
background-color: #D929A1;
}
</style>
border-color css
<style>
span { border-color: #D929A1; }
span { border-color: rgb(217,41,161); }
td.TdClassName
{
border-color: #D929A1;
}
.TagClassName
{
border-color: #D929A1;
}
</style>