Shades of Deep Cerise #D2288F
Tints of Deep Cerise #D2288F
RGB
CMYK
RGB Variations
Color information
#D2288F (or 0xD2288F) is known color: Deep Cerise. HEX triplet: D2, 28 and 8F. RGB value is (210,40,143). Sum of RGB (Red+Green+Blue) = 210+40+143=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2288F is #2DD770. Grayscale: #666666. Windows color (decimal): -3004273 or 9382098. OLE color: 9382098.
HSL color Cylindrical-coordinate representation of color #D2288F: hue angle of 323.65º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2288F is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 143 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.18 |
| HSL | 323.65º | 0.68% | 0.49% | - |
| HSV(B) | 323.65º | 0.81% | 0.82% | - |
| XYZ | 32.3 | 17.2 | 27.6 | - |
| YUV | 102.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 143 | 0 | 0.81 | 0.32 | 0.18 | 323.65 | 0.68 | 0.49 |
| Hex | D2 | 28 | 8F | 0 | 51 | 20 | 12 | 144 | 44 | 31 |
| Octal | 322 | 50 | 217 | 0 | 121 | 40 | 22 | 504 | 104 | 61 |
| Binary | 11010010 | 101000 | 10001111 | 0 | 1010001 | 100000 | 10010 | 101000100 | 1000100 | 110001 |
Color Harmonies of #D2288F
Complementary color
Monochromatic Colors of #D2288F
Black with #D2288F
Text Example
Text Example
White with #D2288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2288F; }
p { color: rgb(210,40,143); }
H1.HeaderClassName
{
color: #D2288F;
}
.AnyTagClassName
{
color: #D2288F;
}
</style>
background-color css
<style>
a { background-color: #D2288F; }
a { background-color: rgb(210,40,143); }
div.DivClassName
{
background-color: #D2288F;
}
.BgClassName
{
background-color: #D2288F;
}
</style>
border-color css
<style>
span { border-color: #D2288F; }
span { border-color: rgb(210,40,143); }
td.TdClassName
{
border-color: #D2288F;
}
.TagClassName
{
border-color: #D2288F;
}
</style>