Shades of Deep Cerise #D12B9E
Tints of Deep Cerise #D12B9E
RGB
CMYK
RGB Variations
Color information
#D12B9E (or 0xD12B9E) is known color: Deep Cerise. HEX triplet: D1, 2B and 9E. RGB value is (209,43,158). Sum of RGB (Red+Green+Blue) = 209+43+158=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12B9E is #2ED461. Grayscale: #696969. Windows color (decimal): -3069026 or 10365905. OLE color: 10365905.
HSL color Cylindrical-coordinate representation of color #D12B9E: hue angle of 318.43º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12B9E is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 158 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.18 |
| HSL | 318.43º | 0.66% | 0.49% | - |
| HSV(B) | 318.43º | 0.79% | 0.82% | - |
| XYZ | 33.33 | 17.75 | 34.02 | - |
| YUV | 105.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 158 | 0 | 0.79 | 0.24 | 0.18 | 318.43 | 0.66 | 0.49 |
| Hex | D1 | 2B | 9E | 0 | 4F | 18 | 12 | 13E | 42 | 31 |
| Octal | 321 | 53 | 236 | 0 | 117 | 30 | 22 | 476 | 102 | 61 |
| Binary | 11010001 | 101011 | 10011110 | 0 | 1001111 | 11000 | 10010 | 100111110 | 1000010 | 110001 |
Color Harmonies of #D12B9E
Complementary color
Monochromatic Colors of #D12B9E
Black with #D12B9E
Text Example
Text Example
White with #D12B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B9E; }
p { color: rgb(209,43,158); }
H1.HeaderClassName
{
color: #D12B9E;
}
.AnyTagClassName
{
color: #D12B9E;
}
</style>
background-color css
<style>
a { background-color: #D12B9E; }
a { background-color: rgb(209,43,158); }
div.DivClassName
{
background-color: #D12B9E;
}
.BgClassName
{
background-color: #D12B9E;
}
</style>
border-color css
<style>
span { border-color: #D12B9E; }
span { border-color: rgb(209,43,158); }
td.TdClassName
{
border-color: #D12B9E;
}
.TagClassName
{
border-color: #D12B9E;
}
</style>