Shades of Deep Cerise #D229AD
Tints of Deep Cerise #D229AD
RGB
CMYK
RGB Variations
Color information
#D229AD (or 0xD229AD) is known color: Deep Cerise. HEX triplet: D2, 29 and AD. RGB value is (210,41,173). Sum of RGB (Red+Green+Blue) = 210+41+173=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D229AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D229AD is #2DD652. Grayscale: #6A6A6A. Windows color (decimal): -3003987 or 11348434. OLE color: 11348434.
HSL color Cylindrical-coordinate representation of color #D229AD: hue angle of 313.14º 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 #D229AD is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 173 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.18 |
| HSL | 313.14º | 0.67% | 0.49% | - |
| HSV(B) | 313.14º | 0.8% | 0.82% | - |
| XYZ | 34.91 | 18.3 | 41.23 | - |
| YUV | 106.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 173 | 0 | 0.80 | 0.18 | 0.18 | 313.14 | 0.67 | 0.49 |
| Hex | D2 | 29 | AD | 0 | 50 | 12 | 12 | 139 | 43 | 31 |
| Octal | 322 | 51 | 255 | 0 | 120 | 22 | 22 | 471 | 103 | 61 |
| Binary | 11010010 | 101001 | 10101101 | 0 | 1010000 | 10010 | 10010 | 100111001 | 1000011 | 110001 |
Color Harmonies of #D229AD
Complementary color
Monochromatic Colors of #D229AD
Black with #D229AD
Text Example
Text Example
White with #D229AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229AD; }
p { color: rgb(210,41,173); }
H1.HeaderClassName
{
color: #D229AD;
}
.AnyTagClassName
{
color: #D229AD;
}
</style>
background-color css
<style>
a { background-color: #D229AD; }
a { background-color: rgb(210,41,173); }
div.DivClassName
{
background-color: #D229AD;
}
.BgClassName
{
background-color: #D229AD;
}
</style>
border-color css
<style>
span { border-color: #D229AD; }
span { border-color: rgb(210,41,173); }
td.TdClassName
{
border-color: #D229AD;
}
.TagClassName
{
border-color: #D229AD;
}
</style>