Shades of Deep Cerise #D12B9C
Tints of Deep Cerise #D12B9C
RGB
CMYK
RGB Variations
Color information
#D12B9C (or 0xD12B9C) is known color: Deep Cerise. HEX triplet: D1, 2B and 9C. RGB value is (209,43,156). Sum of RGB (Red+Green+Blue) = 209+43+156=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12B9C is #2ED463. Grayscale: #696969. Windows color (decimal): -3069028 or 10234833. OLE color: 10234833.
HSL color Cylindrical-coordinate representation of color #D12B9C: hue angle of 319.16º 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 #D12B9C is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 156 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.18 |
| HSL | 319.16º | 0.66% | 0.49% | - |
| HSV(B) | 319.16º | 0.79% | 0.82% | - |
| XYZ | 33.16 | 17.68 | 33.12 | - |
| YUV | 105.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 156 | 0 | 0.79 | 0.25 | 0.18 | 319.16 | 0.66 | 0.49 |
| Hex | D1 | 2B | 9C | 0 | 4F | 19 | 12 | 13F | 42 | 31 |
| Octal | 321 | 53 | 234 | 0 | 117 | 31 | 22 | 477 | 102 | 61 |
| Binary | 11010001 | 101011 | 10011100 | 0 | 1001111 | 11001 | 10010 | 100111111 | 1000010 | 110001 |
Color Harmonies of #D12B9C
Complementary color
Monochromatic Colors of #D12B9C
Black with #D12B9C
Text Example
Text Example
White with #D12B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B9C; }
p { color: rgb(209,43,156); }
H1.HeaderClassName
{
color: #D12B9C;
}
.AnyTagClassName
{
color: #D12B9C;
}
</style>
background-color css
<style>
a { background-color: #D12B9C; }
a { background-color: rgb(209,43,156); }
div.DivClassName
{
background-color: #D12B9C;
}
.BgClassName
{
background-color: #D12B9C;
}
</style>
border-color css
<style>
span { border-color: #D12B9C; }
span { border-color: rgb(209,43,156); }
td.TdClassName
{
border-color: #D12B9C;
}
.TagClassName
{
border-color: #D12B9C;
}
</style>