Shades of Deep Cerise #D229AF
Tints of Deep Cerise #D229AF
RGB
CMYK
RGB Variations
Color information
#D229AF (or 0xD229AF) is known color: Deep Cerise. HEX triplet: D2, 29 and AF. RGB value is (210,41,175). Sum of RGB (Red+Green+Blue) = 210+41+175=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D229AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D229AF is #2DD650. Grayscale: #6A6A6A. Windows color (decimal): -3003985 or 11479506. OLE color: 11479506.
HSL color Cylindrical-coordinate representation of color #D229AF: hue angle of 312.43º 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 #D229AF is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 175 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.18 |
| HSL | 312.43º | 0.67% | 0.49% | - |
| HSV(B) | 312.43º | 0.8% | 0.82% | - |
| XYZ | 35.11 | 18.38 | 42.26 | - |
| YUV | 106.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 175 | 0 | 0.80 | 0.17 | 0.18 | 312.43 | 0.67 | 0.49 |
| Hex | D2 | 29 | AF | 0 | 50 | 11 | 12 | 138 | 43 | 31 |
| Octal | 322 | 51 | 257 | 0 | 120 | 21 | 22 | 470 | 103 | 61 |
| Binary | 11010010 | 101001 | 10101111 | 0 | 1010000 | 10001 | 10010 | 100111000 | 1000011 | 110001 |
Color Harmonies of #D229AF
Complementary color
Monochromatic Colors of #D229AF
Black with #D229AF
Text Example
Text Example
White with #D229AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229AF; }
p { color: rgb(210,41,175); }
H1.HeaderClassName
{
color: #D229AF;
}
.AnyTagClassName
{
color: #D229AF;
}
</style>
background-color css
<style>
a { background-color: #D229AF; }
a { background-color: rgb(210,41,175); }
div.DivClassName
{
background-color: #D229AF;
}
.BgClassName
{
background-color: #D229AF;
}
</style>
border-color css
<style>
span { border-color: #D229AF; }
span { border-color: rgb(210,41,175); }
td.TdClassName
{
border-color: #D229AF;
}
.TagClassName
{
border-color: #D229AF;
}
</style>