Shades of Deep Cerise #D233A9
Tints of Deep Cerise #D233A9
RGB
CMYK
RGB Variations
Color information
#D233A9 (or 0xD233A9) is known color: Deep Cerise. HEX triplet: D2, 33 and A9. RGB value is (210,51,169). Sum of RGB (Red+Green+Blue) = 210+51+169=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D233A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D233A9 is #2DCC56. Grayscale: #6F6F6F. Windows color (decimal): -3001431 or 11088850. OLE color: 11088850.
HSL color Cylindrical-coordinate representation of color #D233A9: hue angle of 315.47º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D233A9 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 169 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.18 |
| HSL | 315.47º | 0.64% | 0.51% | - |
| HSV(B) | 315.47º | 0.76% | 0.82% | - |
| XYZ | 34.92 | 18.93 | 39.35 | - |
| YUV | 111.99 | 160.18 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 169 | 0 | 0.76 | 0.20 | 0.18 | 315.47 | 0.64 | 0.51 |
| Hex | D2 | 33 | A9 | 0 | 4C | 14 | 12 | 13B | 40 | 33 |
| Octal | 322 | 63 | 251 | 0 | 114 | 24 | 22 | 473 | 100 | 63 |
| Binary | 11010010 | 110011 | 10101001 | 0 | 1001100 | 10100 | 10010 | 100111011 | 1000000 | 110011 |
Color Harmonies of #D233A9
Complementary color
Monochromatic Colors of #D233A9
Black with #D233A9
Text Example
Text Example
White with #D233A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233A9; }
p { color: rgb(210,51,169); }
H1.HeaderClassName
{
color: #D233A9;
}
.AnyTagClassName
{
color: #D233A9;
}
</style>
background-color css
<style>
a { background-color: #D233A9; }
a { background-color: rgb(210,51,169); }
div.DivClassName
{
background-color: #D233A9;
}
.BgClassName
{
background-color: #D233A9;
}
</style>
border-color css
<style>
span { border-color: #D233A9; }
span { border-color: rgb(210,51,169); }
td.TdClassName
{
border-color: #D233A9;
}
.TagClassName
{
border-color: #D233A9;
}
</style>