Shades of Deep Cerise #D12773
Tints of Deep Cerise #D12773
RGB
CMYK
RGB Variations
Color information
#D12773 (or 0xD12773) is known color: Deep Cerise. HEX triplet: D1, 27 and 73. RGB value is (209,39,115). Sum of RGB (Red+Green+Blue) = 209+39+115=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D12773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12773 is #2ED88C. Grayscale: #626262. Windows color (decimal): -3070093 or 7546833. OLE color: 7546833.
HSL color Cylindrical-coordinate representation of color #D12773: hue angle of 333.18º 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 #D12773 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 115 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.18 |
| HSL | 333.18º | 0.69% | 0.49% | - |
| HSV(B) | 333.18º | 0.81% | 0.82% | - |
| XYZ | 30.11 | 16.24 | 17.77 | - |
| YUV | 98.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 115 | 0 | 0.81 | 0.45 | 0.18 | 333.18 | 0.69 | 0.49 |
| Hex | D1 | 27 | 73 | 0 | 51 | 2D | 12 | 14D | 45 | 31 |
| Octal | 321 | 47 | 163 | 0 | 121 | 55 | 22 | 515 | 105 | 61 |
| Binary | 11010001 | 100111 | 1110011 | 0 | 1010001 | 101101 | 10010 | 101001101 | 1000101 | 110001 |
Color Harmonies of #D12773
Complementary color
Monochromatic Colors of #D12773
Black with #D12773
Text Example
Text Example
White with #D12773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12773; }
p { color: rgb(209,39,115); }
H1.HeaderClassName
{
color: #D12773;
}
.AnyTagClassName
{
color: #D12773;
}
</style>
background-color css
<style>
a { background-color: #D12773; }
a { background-color: rgb(209,39,115); }
div.DivClassName
{
background-color: #D12773;
}
.BgClassName
{
background-color: #D12773;
}
</style>
border-color css
<style>
span { border-color: #D12773; }
span { border-color: rgb(209,39,115); }
td.TdClassName
{
border-color: #D12773;
}
.TagClassName
{
border-color: #D12773;
}
</style>