Shades of Deep Cerise #D12BA3
Tints of Deep Cerise #D12BA3
RGB
CMYK
RGB Variations
Color information
#D12BA3 (or 0xD12BA3) is known color: Deep Cerise. HEX triplet: D1, 2B and A3. RGB value is (209,43,163). Sum of RGB (Red+Green+Blue) = 209+43+163=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12BA3 is #2ED45C. Grayscale: #6A6A6A. Windows color (decimal): -3069021 or 10693585. OLE color: 10693585.
HSL color Cylindrical-coordinate representation of color #D12BA3: hue angle of 316.63º 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 #D12BA3 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 163 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.18 |
| HSL | 316.63º | 0.66% | 0.49% | - |
| HSV(B) | 316.63º | 0.79% | 0.82% | - |
| XYZ | 33.77 | 17.93 | 36.33 | - |
| YUV | 106.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 163 | 0 | 0.79 | 0.22 | 0.18 | 316.63 | 0.66 | 0.49 |
| Hex | D1 | 2B | A3 | 0 | 4F | 16 | 12 | 13D | 42 | 31 |
| Octal | 321 | 53 | 243 | 0 | 117 | 26 | 22 | 475 | 102 | 61 |
| Binary | 11010001 | 101011 | 10100011 | 0 | 1001111 | 10110 | 10010 | 100111101 | 1000010 | 110001 |
Color Harmonies of #D12BA3
Complementary color
Monochromatic Colors of #D12BA3
Black with #D12BA3
Text Example
Text Example
White with #D12BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BA3; }
p { color: rgb(209,43,163); }
H1.HeaderClassName
{
color: #D12BA3;
}
.AnyTagClassName
{
color: #D12BA3;
}
</style>
background-color css
<style>
a { background-color: #D12BA3; }
a { background-color: rgb(209,43,163); }
div.DivClassName
{
background-color: #D12BA3;
}
.BgClassName
{
background-color: #D12BA3;
}
</style>
border-color css
<style>
span { border-color: #D12BA3; }
span { border-color: rgb(209,43,163); }
td.TdClassName
{
border-color: #D12BA3;
}
.TagClassName
{
border-color: #D12BA3;
}
</style>