Shades of Deep Cerise #D12AAF
Tints of Deep Cerise #D12AAF
RGB
CMYK
RGB Variations
Color information
#D12AAF (or 0xD12AAF) is known color: Deep Cerise. HEX triplet: D1, 2A and AF. RGB value is (209,42,175). Sum of RGB (Red+Green+Blue) = 209+42+175=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D12AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12AAF is #2ED550. Grayscale: #6A6A6A. Windows color (decimal): -3069265 or 11479761. OLE color: 11479761.
HSL color Cylindrical-coordinate representation of color #D12AAF: hue angle of 312.22º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12AAF is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 175 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.18 |
| HSL | 312.22º | 0.67% | 0.49% | - |
| HSV(B) | 312.22º | 0.8% | 0.82% | - |
| XYZ | 34.86 | 18.31 | 42.25 | - |
| YUV | 107.1 | 166.33 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 175 | 0 | 0.80 | 0.16 | 0.18 | 312.22 | 0.67 | 0.49 |
| Hex | D1 | 2A | AF | 0 | 50 | 10 | 12 | 138 | 43 | 31 |
| Octal | 321 | 52 | 257 | 0 | 120 | 20 | 22 | 470 | 103 | 61 |
| Binary | 11010001 | 101010 | 10101111 | 0 | 1010000 | 10000 | 10010 | 100111000 | 1000011 | 110001 |
Color Harmonies of #D12AAF
Complementary color
Monochromatic Colors of #D12AAF
Black with #D12AAF
Text Example
Text Example
White with #D12AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12AAF; }
p { color: rgb(209,42,175); }
H1.HeaderClassName
{
color: #D12AAF;
}
.AnyTagClassName
{
color: #D12AAF;
}
</style>
background-color css
<style>
a { background-color: #D12AAF; }
a { background-color: rgb(209,42,175); }
div.DivClassName
{
background-color: #D12AAF;
}
.BgClassName
{
background-color: #D12AAF;
}
</style>
border-color css
<style>
span { border-color: #D12AAF; }
span { border-color: rgb(209,42,175); }
td.TdClassName
{
border-color: #D12AAF;
}
.TagClassName
{
border-color: #D12AAF;
}
</style>