Shades of Deep Cerise #D12BA4
Tints of Deep Cerise #D12BA4
RGB
CMYK
RGB Variations
Color information
#D12BA4 (or 0xD12BA4) is known color: Deep Cerise. HEX triplet: D1, 2B and A4. RGB value is (209,43,164). Sum of RGB (Red+Green+Blue) = 209+43+164=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12BA4 is #2ED45B. Grayscale: #6A6A6A. Windows color (decimal): -3069020 or 10759121. OLE color: 10759121.
HSL color Cylindrical-coordinate representation of color #D12BA4: hue angle of 316.27º 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 #D12BA4 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 164 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.18 |
| HSL | 316.27º | 0.66% | 0.49% | - |
| HSV(B) | 316.27º | 0.79% | 0.82% | - |
| XYZ | 33.86 | 17.96 | 36.8 | - |
| YUV | 106.43 | 160.5 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 164 | 0 | 0.79 | 0.22 | 0.18 | 316.27 | 0.66 | 0.49 |
| Hex | D1 | 2B | A4 | 0 | 4F | 16 | 12 | 13C | 42 | 31 |
| Octal | 321 | 53 | 244 | 0 | 117 | 26 | 22 | 474 | 102 | 61 |
| Binary | 11010001 | 101011 | 10100100 | 0 | 1001111 | 10110 | 10010 | 100111100 | 1000010 | 110001 |
Color Harmonies of #D12BA4
Complementary color
Monochromatic Colors of #D12BA4
Black with #D12BA4
Text Example
Text Example
White with #D12BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BA4; }
p { color: rgb(209,43,164); }
H1.HeaderClassName
{
color: #D12BA4;
}
.AnyTagClassName
{
color: #D12BA4;
}
</style>
background-color css
<style>
a { background-color: #D12BA4; }
a { background-color: rgb(209,43,164); }
div.DivClassName
{
background-color: #D12BA4;
}
.BgClassName
{
background-color: #D12BA4;
}
</style>
border-color css
<style>
span { border-color: #D12BA4; }
span { border-color: rgb(209,43,164); }
td.TdClassName
{
border-color: #D12BA4;
}
.TagClassName
{
border-color: #D12BA4;
}
</style>