Shades of Deep Cerise #D12373
Tints of Deep Cerise #D12373
RGB
CMYK
RGB Variations
Color information
#D12373 (or 0xD12373) is known color: Deep Cerise. HEX triplet: D1, 23 and 73. RGB value is (209,35,115). Sum of RGB (Red+Green+Blue) = 209+35+115=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D12373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12373 is #2EDC8C. Grayscale: #606060. Windows color (decimal): -3071117 or 7545809. OLE color: 7545809.
HSL color Cylindrical-coordinate representation of color #D12373: hue angle of 332.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12373 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 115 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.18 |
| HSL | 332.41º | 0.71% | 0.48% | - |
| HSV(B) | 332.41º | 0.83% | 0.82% | - |
| XYZ | 29.99 | 16 | 17.73 | - |
| YUV | 96.15 | 138.65 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 115 | 0 | 0.83 | 0.45 | 0.18 | 332.41 | 0.71 | 0.48 |
| Hex | D1 | 23 | 73 | 0 | 53 | 2D | 12 | 14C | 47 | 30 |
| Octal | 321 | 43 | 163 | 0 | 123 | 55 | 22 | 514 | 107 | 60 |
| Binary | 11010001 | 100011 | 1110011 | 0 | 1010011 | 101101 | 10010 | 101001100 | 1000111 | 110000 |
Color Harmonies of #D12373
Complementary color
Monochromatic Colors of #D12373
Black with #D12373
Text Example
Text Example
White with #D12373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12373; }
p { color: rgb(209,35,115); }
H1.HeaderClassName
{
color: #D12373;
}
.AnyTagClassName
{
color: #D12373;
}
</style>
background-color css
<style>
a { background-color: #D12373; }
a { background-color: rgb(209,35,115); }
div.DivClassName
{
background-color: #D12373;
}
.BgClassName
{
background-color: #D12373;
}
</style>
border-color css
<style>
span { border-color: #D12373; }
span { border-color: rgb(209,35,115); }
td.TdClassName
{
border-color: #D12373;
}
.TagClassName
{
border-color: #D12373;
}
</style>