Shades of Deep Cerise #D12CAC
Tints of Deep Cerise #D12CAC
RGB
CMYK
RGB Variations
Color information
#D12CAC (or 0xD12CAC) is known color: Deep Cerise. HEX triplet: D1, 2C and AC. RGB value is (209,44,172). Sum of RGB (Red+Green+Blue) = 209+44+172=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12CAC is #2ED353. Grayscale: #6B6B6B. Windows color (decimal): -3068756 or 11283665. OLE color: 11283665.
HSL color Cylindrical-coordinate representation of color #D12CAC: hue angle of 313.45º 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 #D12CAC is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 172 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.18 |
| HSL | 313.45º | 0.65% | 0.5% | - |
| HSV(B) | 313.45º | 0.79% | 0.82% | - |
| XYZ | 34.64 | 18.34 | 40.74 | - |
| YUV | 107.93 | 164.16 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 172 | 0 | 0.79 | 0.18 | 0.18 | 313.45 | 0.65 | 0.5 |
| Hex | D1 | 2C | AC | 0 | 4F | 12 | 12 | 139 | 41 | 32 |
| Octal | 321 | 54 | 254 | 0 | 117 | 22 | 22 | 471 | 101 | 62 |
| Binary | 11010001 | 101100 | 10101100 | 0 | 1001111 | 10010 | 10010 | 100111001 | 1000001 | 110010 |
Color Harmonies of #D12CAC
Complementary color
Monochromatic Colors of #D12CAC
Black with #D12CAC
Text Example
Text Example
White with #D12CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12CAC; }
p { color: rgb(209,44,172); }
H1.HeaderClassName
{
color: #D12CAC;
}
.AnyTagClassName
{
color: #D12CAC;
}
</style>
background-color css
<style>
a { background-color: #D12CAC; }
a { background-color: rgb(209,44,172); }
div.DivClassName
{
background-color: #D12CAC;
}
.BgClassName
{
background-color: #D12CAC;
}
</style>
border-color css
<style>
span { border-color: #D12CAC; }
span { border-color: rgb(209,44,172); }
td.TdClassName
{
border-color: #D12CAC;
}
.TagClassName
{
border-color: #D12CAC;
}
</style>