Shades of Deep Cerise #D12BAA
Tints of Deep Cerise #D12BAA
RGB
CMYK
RGB Variations
Color information
#D12BAA (or 0xD12BAA) is known color: Deep Cerise. HEX triplet: D1, 2B and AA. RGB value is (209,43,170). Sum of RGB (Red+Green+Blue) = 209+43+170=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12BAA is #2ED455. Grayscale: #6A6A6A. Windows color (decimal): -3069014 or 11152337. OLE color: 11152337.
HSL color Cylindrical-coordinate representation of color #D12BAA: hue angle of 314.1º 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 #D12BAA is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 170 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.18 |
| HSL | 314.1º | 0.66% | 0.49% | - |
| HSV(B) | 314.1º | 0.79% | 0.82% | - |
| XYZ | 34.41 | 18.19 | 39.73 | - |
| YUV | 107.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 170 | 0 | 0.79 | 0.19 | 0.18 | 314.1 | 0.66 | 0.49 |
| Hex | D1 | 2B | AA | 0 | 4F | 13 | 12 | 13A | 42 | 31 |
| Octal | 321 | 53 | 252 | 0 | 117 | 23 | 22 | 472 | 102 | 61 |
| Binary | 11010001 | 101011 | 10101010 | 0 | 1001111 | 10011 | 10010 | 100111010 | 1000010 | 110001 |
Color Harmonies of #D12BAA
Complementary color
Monochromatic Colors of #D12BAA
Black with #D12BAA
Text Example
Text Example
White with #D12BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BAA; }
p { color: rgb(209,43,170); }
H1.HeaderClassName
{
color: #D12BAA;
}
.AnyTagClassName
{
color: #D12BAA;
}
</style>
background-color css
<style>
a { background-color: #D12BAA; }
a { background-color: rgb(209,43,170); }
div.DivClassName
{
background-color: #D12BAA;
}
.BgClassName
{
background-color: #D12BAA;
}
</style>
border-color css
<style>
span { border-color: #D12BAA; }
span { border-color: rgb(209,43,170); }
td.TdClassName
{
border-color: #D12BAA;
}
.TagClassName
{
border-color: #D12BAA;
}
</style>