Shades of Deep Cerise #D12B89
Tints of Deep Cerise #D12B89
RGB
CMYK
RGB Variations
Color information
#D12B89 (or 0xD12B89) is known color: Deep Cerise. HEX triplet: D1, 2B and 89. RGB value is (209,43,137). Sum of RGB (Red+Green+Blue) = 209+43+137=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12B89 is #2ED476. Grayscale: #676767. Windows color (decimal): -3069047 or 8989649. OLE color: 8989649.
HSL color Cylindrical-coordinate representation of color #D12B89: hue angle of 326.02º 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 #D12B89 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 137 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.18 |
| HSL | 326.02º | 0.66% | 0.49% | - |
| HSV(B) | 326.02º | 0.79% | 0.82% | - |
| XYZ | 31.67 | 17.09 | 25.3 | - |
| YUV | 103.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 137 | 0 | 0.79 | 0.34 | 0.18 | 326.02 | 0.66 | 0.49 |
| Hex | D1 | 2B | 89 | 0 | 4F | 22 | 12 | 146 | 42 | 31 |
| Octal | 321 | 53 | 211 | 0 | 117 | 42 | 22 | 506 | 102 | 61 |
| Binary | 11010001 | 101011 | 10001001 | 0 | 1001111 | 100010 | 10010 | 101000110 | 1000010 | 110001 |
Color Harmonies of #D12B89
Complementary color
Monochromatic Colors of #D12B89
Black with #D12B89
Text Example
Text Example
White with #D12B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B89; }
p { color: rgb(209,43,137); }
H1.HeaderClassName
{
color: #D12B89;
}
.AnyTagClassName
{
color: #D12B89;
}
</style>
background-color css
<style>
a { background-color: #D12B89; }
a { background-color: rgb(209,43,137); }
div.DivClassName
{
background-color: #D12B89;
}
.BgClassName
{
background-color: #D12B89;
}
</style>
border-color css
<style>
span { border-color: #D12B89; }
span { border-color: rgb(209,43,137); }
td.TdClassName
{
border-color: #D12B89;
}
.TagClassName
{
border-color: #D12B89;
}
</style>