Shades of Deep Cerise #D2259A
Tints of Deep Cerise #D2259A
RGB
CMYK
RGB Variations
Color information
#D2259A (or 0xD2259A) is known color: Deep Cerise. HEX triplet: D2, 25 and 9A. RGB value is (210,37,154). Sum of RGB (Red+Green+Blue) = 210+37+154=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2259A is #2DDA65. Grayscale: #656565. Windows color (decimal): -3005030 or 10102226. OLE color: 10102226.
HSL color Cylindrical-coordinate representation of color #D2259A: hue angle of 319.42º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2259A is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 154 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.18 |
| HSL | 319.42º | 0.7% | 0.48% | - |
| HSV(B) | 319.42º | 0.82% | 0.82% | - |
| XYZ | 33.07 | 17.36 | 32.18 | - |
| YUV | 102.07 | 157.31 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 154 | 0 | 0.82 | 0.27 | 0.18 | 319.42 | 0.7 | 0.48 |
| Hex | D2 | 25 | 9A | 0 | 52 | 1B | 12 | 13F | 46 | 30 |
| Octal | 322 | 45 | 232 | 0 | 122 | 33 | 22 | 477 | 106 | 60 |
| Binary | 11010010 | 100101 | 10011010 | 0 | 1010010 | 11011 | 10010 | 100111111 | 1000110 | 110000 |
Color Harmonies of #D2259A
Complementary color
Monochromatic Colors of #D2259A
Black with #D2259A
Text Example
Text Example
White with #D2259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2259A; }
p { color: rgb(210,37,154); }
H1.HeaderClassName
{
color: #D2259A;
}
.AnyTagClassName
{
color: #D2259A;
}
</style>
background-color css
<style>
a { background-color: #D2259A; }
a { background-color: rgb(210,37,154); }
div.DivClassName
{
background-color: #D2259A;
}
.BgClassName
{
background-color: #D2259A;
}
</style>
border-color css
<style>
span { border-color: #D2259A; }
span { border-color: rgb(210,37,154); }
td.TdClassName
{
border-color: #D2259A;
}
.TagClassName
{
border-color: #D2259A;
}
</style>