Shades of Deep Cerise #D12792
Tints of Deep Cerise #D12792
RGB
CMYK
RGB Variations
Color information
#D12792 (or 0xD12792) is known color: Deep Cerise. HEX triplet: D1, 27 and 92. RGB value is (209,39,146). Sum of RGB (Red+Green+Blue) = 209+39+146=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D12792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12792 is #2ED86D. Grayscale: #656565. Windows color (decimal): -3070062 or 9578449. OLE color: 9578449.
HSL color Cylindrical-coordinate representation of color #D12792: hue angle of 322.24º 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 #D12792 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 146 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.18 |
| HSL | 322.24º | 0.69% | 0.49% | - |
| HSV(B) | 322.24º | 0.81% | 0.82% | - |
| XYZ | 32.21 | 17.08 | 28.79 | - |
| YUV | 102.03 | 152.82 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 146 | 0 | 0.81 | 0.30 | 0.18 | 322.24 | 0.69 | 0.49 |
| Hex | D1 | 27 | 92 | 0 | 51 | 1E | 12 | 142 | 45 | 31 |
| Octal | 321 | 47 | 222 | 0 | 121 | 36 | 22 | 502 | 105 | 61 |
| Binary | 11010001 | 100111 | 10010010 | 0 | 1010001 | 11110 | 10010 | 101000010 | 1000101 | 110001 |
Color Harmonies of #D12792
Complementary color
Monochromatic Colors of #D12792
Black with #D12792
Text Example
Text Example
White with #D12792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12792; }
p { color: rgb(209,39,146); }
H1.HeaderClassName
{
color: #D12792;
}
.AnyTagClassName
{
color: #D12792;
}
</style>
background-color css
<style>
a { background-color: #D12792; }
a { background-color: rgb(209,39,146); }
div.DivClassName
{
background-color: #D12792;
}
.BgClassName
{
background-color: #D12792;
}
</style>
border-color css
<style>
span { border-color: #D12792; }
span { border-color: rgb(209,39,146); }
td.TdClassName
{
border-color: #D12792;
}
.TagClassName
{
border-color: #D12792;
}
</style>