Shades of Deep Cerise #D2278C
Tints of Deep Cerise #D2278C
RGB
CMYK
RGB Variations
Color information
#D2278C (or 0xD2278C) is known color: Deep Cerise. HEX triplet: D2, 27 and 8C. RGB value is (210,39,140). Sum of RGB (Red+Green+Blue) = 210+39+140=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2278C is #2DD873. Grayscale: #656565. Windows color (decimal): -3004532 or 9185234. OLE color: 9185234.
HSL color Cylindrical-coordinate representation of color #D2278C: hue angle of 324.56º degrees, saturation: 0.69, 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 #D2278C is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 140 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.18 |
| HSL | 324.56º | 0.69% | 0.49% | - |
| HSV(B) | 324.56º | 0.81% | 0.82% | - |
| XYZ | 32.04 | 17.05 | 26.41 | - |
| YUV | 101.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 140 | 0 | 0.81 | 0.33 | 0.18 | 324.56 | 0.69 | 0.49 |
| Hex | D2 | 27 | 8C | 0 | 51 | 21 | 12 | 145 | 45 | 31 |
| Octal | 322 | 47 | 214 | 0 | 121 | 41 | 22 | 505 | 105 | 61 |
| Binary | 11010010 | 100111 | 10001100 | 0 | 1010001 | 100001 | 10010 | 101000101 | 1000101 | 110001 |
Color Harmonies of #D2278C
Complementary color
Monochromatic Colors of #D2278C
Black with #D2278C
Text Example
Text Example
White with #D2278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2278C; }
p { color: rgb(210,39,140); }
H1.HeaderClassName
{
color: #D2278C;
}
.AnyTagClassName
{
color: #D2278C;
}
</style>
background-color css
<style>
a { background-color: #D2278C; }
a { background-color: rgb(210,39,140); }
div.DivClassName
{
background-color: #D2278C;
}
.BgClassName
{
background-color: #D2278C;
}
</style>
border-color css
<style>
span { border-color: #D2278C; }
span { border-color: rgb(210,39,140); }
td.TdClassName
{
border-color: #D2278C;
}
.TagClassName
{
border-color: #D2278C;
}
</style>