Shades of Deep Cerise #D12BAB
Tints of Deep Cerise #D12BAB
RGB
CMYK
RGB Variations
Color information
#D12BAB (or 0xD12BAB) is known color: Deep Cerise. HEX triplet: D1, 2B and AB. RGB value is (209,43,171). Sum of RGB (Red+Green+Blue) = 209+43+171=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12BAB is #2ED454. Grayscale: #6A6A6A. Windows color (decimal): -3069013 or 11217873. OLE color: 11217873.
HSL color Cylindrical-coordinate representation of color #D12BAB: hue angle of 313.73º 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 #D12BAB is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 171 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.18 |
| HSL | 313.73º | 0.66% | 0.49% | - |
| HSV(B) | 313.73º | 0.79% | 0.82% | - |
| XYZ | 34.51 | 18.22 | 40.23 | - |
| YUV | 107.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 171 | 0 | 0.79 | 0.18 | 0.18 | 313.73 | 0.66 | 0.49 |
| Hex | D1 | 2B | AB | 0 | 4F | 12 | 12 | 13A | 42 | 31 |
| Octal | 321 | 53 | 253 | 0 | 117 | 22 | 22 | 472 | 102 | 61 |
| Binary | 11010001 | 101011 | 10101011 | 0 | 1001111 | 10010 | 10010 | 100111010 | 1000010 | 110001 |
Color Harmonies of #D12BAB
Complementary color
Monochromatic Colors of #D12BAB
Black with #D12BAB
Text Example
Text Example
White with #D12BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BAB; }
p { color: rgb(209,43,171); }
H1.HeaderClassName
{
color: #D12BAB;
}
.AnyTagClassName
{
color: #D12BAB;
}
</style>
background-color css
<style>
a { background-color: #D12BAB; }
a { background-color: rgb(209,43,171); }
div.DivClassName
{
background-color: #D12BAB;
}
.BgClassName
{
background-color: #D12BAB;
}
</style>
border-color css
<style>
span { border-color: #D12BAB; }
span { border-color: rgb(209,43,171); }
td.TdClassName
{
border-color: #D12BAB;
}
.TagClassName
{
border-color: #D12BAB;
}
</style>