Shades of Deep Cerise #D2288B
Tints of Deep Cerise #D2288B
RGB
CMYK
RGB Variations
Color information
#D2288B (or 0xD2288B) is known color: Deep Cerise. HEX triplet: D2, 28 and 8B. RGB value is (210,40,139). Sum of RGB (Red+Green+Blue) = 210+40+139=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2288B is #2DD774. Grayscale: #656565. Windows color (decimal): -3004277 or 9119954. OLE color: 9119954.
HSL color Cylindrical-coordinate representation of color #D2288B: hue angle of 325.06º 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 #D2288B is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 139 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.18 |
| HSL | 325.06º | 0.68% | 0.49% | - |
| HSV(B) | 325.06º | 0.81% | 0.82% | - |
| XYZ | 32 | 17.08 | 26.04 | - |
| YUV | 102.12 | 148.82 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 139 | 0 | 0.81 | 0.34 | 0.18 | 325.06 | 0.68 | 0.49 |
| Hex | D2 | 28 | 8B | 0 | 51 | 22 | 12 | 145 | 44 | 31 |
| Octal | 322 | 50 | 213 | 0 | 121 | 42 | 22 | 505 | 104 | 61 |
| Binary | 11010010 | 101000 | 10001011 | 0 | 1010001 | 100010 | 10010 | 101000101 | 1000100 | 110001 |
Color Harmonies of #D2288B
Complementary color
Monochromatic Colors of #D2288B
Black with #D2288B
Text Example
Text Example
White with #D2288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2288B; }
p { color: rgb(210,40,139); }
H1.HeaderClassName
{
color: #D2288B;
}
.AnyTagClassName
{
color: #D2288B;
}
</style>
background-color css
<style>
a { background-color: #D2288B; }
a { background-color: rgb(210,40,139); }
div.DivClassName
{
background-color: #D2288B;
}
.BgClassName
{
background-color: #D2288B;
}
</style>
border-color css
<style>
span { border-color: #D2288B; }
span { border-color: rgb(210,40,139); }
td.TdClassName
{
border-color: #D2288B;
}
.TagClassName
{
border-color: #D2288B;
}
</style>