Shades of Deep Cerise #D12696
Tints of Deep Cerise #D12696
RGB
CMYK
RGB Variations
Color information
#D12696 (or 0xD12696) is known color: Deep Cerise. HEX triplet: D1, 26 and 96. RGB value is (209,38,150). Sum of RGB (Red+Green+Blue) = 209+38+150=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D12696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12696 is #2ED969. Grayscale: #656565. Windows color (decimal): -3070314 or 9840337. OLE color: 9840337.
HSL color Cylindrical-coordinate representation of color #D12696: hue angle of 320.7º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12696 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 150 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.18 |
| HSL | 320.7º | 0.69% | 0.48% | - |
| HSV(B) | 320.7º | 0.82% | 0.82% | - |
| XYZ | 32.49 | 17.14 | 30.45 | - |
| YUV | 101.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 150 | 0 | 0.82 | 0.28 | 0.18 | 320.7 | 0.69 | 0.48 |
| Hex | D1 | 26 | 96 | 0 | 52 | 1C | 12 | 141 | 45 | 30 |
| Octal | 321 | 46 | 226 | 0 | 122 | 34 | 22 | 501 | 105 | 60 |
| Binary | 11010001 | 100110 | 10010110 | 0 | 1010010 | 11100 | 10010 | 101000001 | 1000101 | 110000 |
Color Harmonies of #D12696
Complementary color
Monochromatic Colors of #D12696
Black with #D12696
Text Example
Text Example
White with #D12696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12696; }
p { color: rgb(209,38,150); }
H1.HeaderClassName
{
color: #D12696;
}
.AnyTagClassName
{
color: #D12696;
}
</style>
background-color css
<style>
a { background-color: #D12696; }
a { background-color: rgb(209,38,150); }
div.DivClassName
{
background-color: #D12696;
}
.BgClassName
{
background-color: #D12696;
}
</style>
border-color css
<style>
span { border-color: #D12696; }
span { border-color: rgb(209,38,150); }
td.TdClassName
{
border-color: #D12696;
}
.TagClassName
{
border-color: #D12696;
}
</style>