Shades of Deep Cerise #D2278F
Tints of Deep Cerise #D2278F
RGB
CMYK
RGB Variations
Color information
#D2278F (or 0xD2278F) is known color: Deep Cerise. HEX triplet: D2, 27 and 8F. RGB value is (210,39,143). Sum of RGB (Red+Green+Blue) = 210+39+143=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2278F is #2DD870. Grayscale: #656565. Windows color (decimal): -3004529 or 9381842. OLE color: 9381842.
HSL color Cylindrical-coordinate representation of color #D2278F: hue angle of 323.51º 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 #D2278F is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 143 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.18 |
| HSL | 323.51º | 0.69% | 0.49% | - |
| HSV(B) | 323.51º | 0.81% | 0.82% | - |
| XYZ | 32.26 | 17.14 | 27.59 | - |
| YUV | 101.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 143 | 0 | 0.81 | 0.32 | 0.18 | 323.51 | 0.69 | 0.49 |
| Hex | D2 | 27 | 8F | 0 | 51 | 20 | 12 | 144 | 45 | 31 |
| Octal | 322 | 47 | 217 | 0 | 121 | 40 | 22 | 504 | 105 | 61 |
| Binary | 11010010 | 100111 | 10001111 | 0 | 1010001 | 100000 | 10010 | 101000100 | 1000101 | 110001 |
Color Harmonies of #D2278F
Complementary color
Monochromatic Colors of #D2278F
Black with #D2278F
Text Example
Text Example
White with #D2278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2278F; }
p { color: rgb(210,39,143); }
H1.HeaderClassName
{
color: #D2278F;
}
.AnyTagClassName
{
color: #D2278F;
}
</style>
background-color css
<style>
a { background-color: #D2278F; }
a { background-color: rgb(210,39,143); }
div.DivClassName
{
background-color: #D2278F;
}
.BgClassName
{
background-color: #D2278F;
}
</style>
border-color css
<style>
span { border-color: #D2278F; }
span { border-color: rgb(210,39,143); }
td.TdClassName
{
border-color: #D2278F;
}
.TagClassName
{
border-color: #D2278F;
}
</style>