Shades of Deep Cerise #D12C9C
Tints of Deep Cerise #D12C9C
RGB
CMYK
RGB Variations
Color information
#D12C9C (or 0xD12C9C) is known color: Deep Cerise. HEX triplet: D1, 2C and 9C. RGB value is (209,44,156). Sum of RGB (Red+Green+Blue) = 209+44+156=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12C9C is #2ED363. Grayscale: #696969. Windows color (decimal): -3068772 or 10235089. OLE color: 10235089.
HSL color Cylindrical-coordinate representation of color #D12C9C: hue angle of 319.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12C9C is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 156 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.18 |
| HSL | 319.27º | 0.65% | 0.5% | - |
| HSV(B) | 319.27º | 0.79% | 0.82% | - |
| XYZ | 33.2 | 17.76 | 33.13 | - |
| YUV | 106.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 156 | 0 | 0.79 | 0.25 | 0.18 | 319.27 | 0.65 | 0.5 |
| Hex | D1 | 2C | 9C | 0 | 4F | 19 | 12 | 13F | 41 | 32 |
| Octal | 321 | 54 | 234 | 0 | 117 | 31 | 22 | 477 | 101 | 62 |
| Binary | 11010001 | 101100 | 10011100 | 0 | 1001111 | 11001 | 10010 | 100111111 | 1000001 | 110010 |
Color Harmonies of #D12C9C
Complementary color
Monochromatic Colors of #D12C9C
Black with #D12C9C
Text Example
Text Example
White with #D12C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12C9C; }
p { color: rgb(209,44,156); }
H1.HeaderClassName
{
color: #D12C9C;
}
.AnyTagClassName
{
color: #D12C9C;
}
</style>
background-color css
<style>
a { background-color: #D12C9C; }
a { background-color: rgb(209,44,156); }
div.DivClassName
{
background-color: #D12C9C;
}
.BgClassName
{
background-color: #D12C9C;
}
</style>
border-color css
<style>
span { border-color: #D12C9C; }
span { border-color: rgb(209,44,156); }
td.TdClassName
{
border-color: #D12C9C;
}
.TagClassName
{
border-color: #D12C9C;
}
</style>