Shades of Deep Cerise #D12791
Tints of Deep Cerise #D12791
RGB
CMYK
RGB Variations
Color information
#D12791 (or 0xD12791) is known color: Deep Cerise. HEX triplet: D1, 27 and 91. RGB value is (209,39,145). Sum of RGB (Red+Green+Blue) = 209+39+145=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D12791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12791 is #2ED86E. Grayscale: #656565. Windows color (decimal): -3070063 or 9512913. OLE color: 9512913.
HSL color Cylindrical-coordinate representation of color #D12791: hue angle of 322.59º 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 #D12791 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 145 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.18 |
| HSL | 322.59º | 0.69% | 0.49% | - |
| HSV(B) | 322.59º | 0.81% | 0.82% | - |
| XYZ | 32.13 | 17.05 | 28.39 | - |
| YUV | 101.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 145 | 0 | 0.81 | 0.31 | 0.18 | 322.59 | 0.69 | 0.49 |
| Hex | D1 | 27 | 91 | 0 | 51 | 1F | 12 | 143 | 45 | 31 |
| Octal | 321 | 47 | 221 | 0 | 121 | 37 | 22 | 503 | 105 | 61 |
| Binary | 11010001 | 100111 | 10010001 | 0 | 1010001 | 11111 | 10010 | 101000011 | 1000101 | 110001 |
Color Harmonies of #D12791
Complementary color
Monochromatic Colors of #D12791
Black with #D12791
Text Example
Text Example
White with #D12791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12791; }
p { color: rgb(209,39,145); }
H1.HeaderClassName
{
color: #D12791;
}
.AnyTagClassName
{
color: #D12791;
}
</style>
background-color css
<style>
a { background-color: #D12791; }
a { background-color: rgb(209,39,145); }
div.DivClassName
{
background-color: #D12791;
}
.BgClassName
{
background-color: #D12791;
}
</style>
border-color css
<style>
span { border-color: #D12791; }
span { border-color: rgb(209,39,145); }
td.TdClassName
{
border-color: #D12791;
}
.TagClassName
{
border-color: #D12791;
}
</style>