Shades of Deep Cerise #D12FAA
Tints of Deep Cerise #D12FAA
RGB
CMYK
RGB Variations
Color information
#D12FAA (or 0xD12FAA) is known color: Deep Cerise. HEX triplet: D1, 2F and AA. RGB value is (209,47,170). Sum of RGB (Red+Green+Blue) = 209+47+170=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12FAA is #2ED055. Grayscale: #6D6D6D. Windows color (decimal): -3067990 or 11153361. OLE color: 11153361.
HSL color Cylindrical-coordinate representation of color #D12FAA: hue angle of 314.44º degrees, saturation: 0.64, 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 #D12FAA is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 170 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.18 |
| HSL | 314.44º | 0.64% | 0.5% | - |
| HSV(B) | 314.44º | 0.78% | 0.82% | - |
| XYZ | 34.57 | 18.49 | 39.78 | - |
| YUV | 109.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 170 | 0 | 0.78 | 0.19 | 0.18 | 314.44 | 0.64 | 0.5 |
| Hex | D1 | 2F | AA | 0 | 4E | 13 | 12 | 13A | 40 | 32 |
| Octal | 321 | 57 | 252 | 0 | 116 | 23 | 22 | 472 | 100 | 62 |
| Binary | 11010001 | 101111 | 10101010 | 0 | 1001110 | 10011 | 10010 | 100111010 | 1000000 | 110010 |
Color Harmonies of #D12FAA
Complementary color
Monochromatic Colors of #D12FAA
Black with #D12FAA
Text Example
Text Example
White with #D12FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FAA; }
p { color: rgb(209,47,170); }
H1.HeaderClassName
{
color: #D12FAA;
}
.AnyTagClassName
{
color: #D12FAA;
}
</style>
background-color css
<style>
a { background-color: #D12FAA; }
a { background-color: rgb(209,47,170); }
div.DivClassName
{
background-color: #D12FAA;
}
.BgClassName
{
background-color: #D12FAA;
}
</style>
border-color css
<style>
span { border-color: #D12FAA; }
span { border-color: rgb(209,47,170); }
td.TdClassName
{
border-color: #D12FAA;
}
.TagClassName
{
border-color: #D12FAA;
}
</style>