Shades of Deep Cerise #D2259C
Tints of Deep Cerise #D2259C
RGB
CMYK
RGB Variations
Color information
#D2259C (or 0xD2259C) is known color: Deep Cerise. HEX triplet: D2, 25 and 9C. RGB value is (210,37,156). Sum of RGB (Red+Green+Blue) = 210+37+156=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2259C is #2DDA63. Grayscale: #656565. Windows color (decimal): -3005028 or 10233298. OLE color: 10233298.
HSL color Cylindrical-coordinate representation of color #D2259C: hue angle of 318.73º 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 #D2259C is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 156 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.18 |
| HSL | 318.73º | 0.7% | 0.48% | - |
| HSV(B) | 318.73º | 0.82% | 0.82% | - |
| XYZ | 33.24 | 17.43 | 33.06 | - |
| YUV | 102.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 156 | 0 | 0.82 | 0.26 | 0.18 | 318.73 | 0.7 | 0.48 |
| Hex | D2 | 25 | 9C | 0 | 52 | 1A | 12 | 13F | 46 | 30 |
| Octal | 322 | 45 | 234 | 0 | 122 | 32 | 22 | 477 | 106 | 60 |
| Binary | 11010010 | 100101 | 10011100 | 0 | 1010010 | 11010 | 10010 | 100111111 | 1000110 | 110000 |
Color Harmonies of #D2259C
Complementary color
Monochromatic Colors of #D2259C
Black with #D2259C
Text Example
Text Example
White with #D2259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2259C; }
p { color: rgb(210,37,156); }
H1.HeaderClassName
{
color: #D2259C;
}
.AnyTagClassName
{
color: #D2259C;
}
</style>
background-color css
<style>
a { background-color: #D2259C; }
a { background-color: rgb(210,37,156); }
div.DivClassName
{
background-color: #D2259C;
}
.BgClassName
{
background-color: #D2259C;
}
</style>
border-color css
<style>
span { border-color: #D2259C; }
span { border-color: rgb(210,37,156); }
td.TdClassName
{
border-color: #D2259C;
}
.TagClassName
{
border-color: #D2259C;
}
</style>