Shades of Deep Cerise #D12D9B
Tints of Deep Cerise #D12D9B
RGB
CMYK
RGB Variations
Color information
#D12D9B (or 0xD12D9B) is known color: Deep Cerise. HEX triplet: D1, 2D and 9B. RGB value is (209,45,155). Sum of RGB (Red+Green+Blue) = 209+45+155=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D9B is #2ED264. Grayscale: #6A6A6A. Windows color (decimal): -3068517 or 10169809. OLE color: 10169809.
HSL color Cylindrical-coordinate representation of color #D12D9B: hue angle of 319.76º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D9B is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 155 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.18 |
| HSL | 319.76º | 0.65% | 0.5% | - |
| HSV(B) | 319.76º | 0.78% | 0.82% | - |
| XYZ | 33.15 | 17.8 | 32.7 | - |
| YUV | 106.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 155 | 0 | 0.78 | 0.26 | 0.18 | 319.76 | 0.65 | 0.5 |
| Hex | D1 | 2D | 9B | 0 | 4E | 1A | 12 | 140 | 41 | 32 |
| Octal | 321 | 55 | 233 | 0 | 116 | 32 | 22 | 500 | 101 | 62 |
| Binary | 11010001 | 101101 | 10011011 | 0 | 1001110 | 11010 | 10010 | 101000000 | 1000001 | 110010 |
Color Harmonies of #D12D9B
Complementary color
Monochromatic Colors of #D12D9B
Black with #D12D9B
Text Example
Text Example
White with #D12D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D9B; }
p { color: rgb(209,45,155); }
H1.HeaderClassName
{
color: #D12D9B;
}
.AnyTagClassName
{
color: #D12D9B;
}
</style>
background-color css
<style>
a { background-color: #D12D9B; }
a { background-color: rgb(209,45,155); }
div.DivClassName
{
background-color: #D12D9B;
}
.BgClassName
{
background-color: #D12D9B;
}
</style>
border-color css
<style>
span { border-color: #D12D9B; }
span { border-color: rgb(209,45,155); }
td.TdClassName
{
border-color: #D12D9B;
}
.TagClassName
{
border-color: #D12D9B;
}
</style>