Shades of Deep Cerise #D12B8F
Tints of Deep Cerise #D12B8F
RGB
CMYK
RGB Variations
Color information
#D12B8F (or 0xD12B8F) is known color: Deep Cerise. HEX triplet: D1, 2B and 8F. RGB value is (209,43,143). Sum of RGB (Red+Green+Blue) = 209+43+143=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12B8F is #2ED470. Grayscale: #676767. Windows color (decimal): -3069041 or 9382865. OLE color: 9382865.
HSL color Cylindrical-coordinate representation of color #D12B8F: hue angle of 323.86º 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 #D12B8F is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 143 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.18 |
| HSL | 323.86º | 0.66% | 0.49% | - |
| HSV(B) | 323.86º | 0.79% | 0.82% | - |
| XYZ | 32.12 | 17.27 | 27.63 | - |
| YUV | 104.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 143 | 0 | 0.79 | 0.32 | 0.18 | 323.86 | 0.66 | 0.49 |
| Hex | D1 | 2B | 8F | 0 | 4F | 20 | 12 | 144 | 42 | 31 |
| Octal | 321 | 53 | 217 | 0 | 117 | 40 | 22 | 504 | 102 | 61 |
| Binary | 11010001 | 101011 | 10001111 | 0 | 1001111 | 100000 | 10010 | 101000100 | 1000010 | 110001 |
Color Harmonies of #D12B8F
Complementary color
Monochromatic Colors of #D12B8F
Black with #D12B8F
Text Example
Text Example
White with #D12B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B8F; }
p { color: rgb(209,43,143); }
H1.HeaderClassName
{
color: #D12B8F;
}
.AnyTagClassName
{
color: #D12B8F;
}
</style>
background-color css
<style>
a { background-color: #D12B8F; }
a { background-color: rgb(209,43,143); }
div.DivClassName
{
background-color: #D12B8F;
}
.BgClassName
{
background-color: #D12B8F;
}
</style>
border-color css
<style>
span { border-color: #D12B8F; }
span { border-color: rgb(209,43,143); }
td.TdClassName
{
border-color: #D12B8F;
}
.TagClassName
{
border-color: #D12B8F;
}
</style>