Shades of Deep Cerise #D23878
Tints of Deep Cerise #D23878
RGB
CMYK
RGB Variations
Color information
#D23878 (or 0xD23878) is known color: Deep Cerise. HEX triplet: D2, 38 and 78. RGB value is (210,56,120). Sum of RGB (Red+Green+Blue) = 210+56+120=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D23878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23878 is #2DC787. Grayscale: #6D6D6D. Windows color (decimal): -3000200 or 7878866. OLE color: 7878866.
HSL color Cylindrical-coordinate representation of color #D23878: hue angle of 335.06º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23878 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 120 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.18 |
| HSL | 335.06º | 0.63% | 0.52% | - |
| HSV(B) | 335.06º | 0.73% | 0.82% | - |
| XYZ | 31.38 | 17.89 | 19.57 | - |
| YUV | 109.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 120 | 0 | 0.73 | 0.43 | 0.18 | 335.06 | 0.63 | 0.52 |
| Hex | D2 | 38 | 78 | 0 | 49 | 2B | 12 | 14F | 3F | 34 |
| Octal | 322 | 70 | 170 | 0 | 111 | 53 | 22 | 517 | 77 | 64 |
| Binary | 11010010 | 111000 | 1111000 | 0 | 1001001 | 101011 | 10010 | 101001111 | 111111 | 110100 |
Color Harmonies of #D23878
Complementary color
Monochromatic Colors of #D23878
Black with #D23878
Text Example
Text Example
White with #D23878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23878; }
p { color: rgb(210,56,120); }
H1.HeaderClassName
{
color: #D23878;
}
.AnyTagClassName
{
color: #D23878;
}
</style>
background-color css
<style>
a { background-color: #D23878; }
a { background-color: rgb(210,56,120); }
div.DivClassName
{
background-color: #D23878;
}
.BgClassName
{
background-color: #D23878;
}
</style>
border-color css
<style>
span { border-color: #D23878; }
span { border-color: rgb(210,56,120); }
td.TdClassName
{
border-color: #D23878;
}
.TagClassName
{
border-color: #D23878;
}
</style>