Shades of Deep Cerise #D12D83
Tints of Deep Cerise #D12D83
RGB
CMYK
RGB Variations
Color information
#D12D83 (or 0xD12D83) is known color: Deep Cerise. HEX triplet: D1, 2D and 83. RGB value is (209,45,131). Sum of RGB (Red+Green+Blue) = 209+45+131=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D83 is #2ED27C. Grayscale: #676767. Windows color (decimal): -3068541 or 8596945. OLE color: 8596945.
HSL color Cylindrical-coordinate representation of color #D12D83: hue angle of 328.54º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D83 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 131 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.18 |
| HSL | 328.54º | 0.65% | 0.5% | - |
| HSV(B) | 328.54º | 0.78% | 0.82% | - |
| XYZ | 31.33 | 17.07 | 23.12 | - |
| YUV | 103.84 | 143.33 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 131 | 0 | 0.78 | 0.37 | 0.18 | 328.54 | 0.65 | 0.5 |
| Hex | D1 | 2D | 83 | 0 | 4E | 25 | 12 | 149 | 41 | 32 |
| Octal | 321 | 55 | 203 | 0 | 116 | 45 | 22 | 511 | 101 | 62 |
| Binary | 11010001 | 101101 | 10000011 | 0 | 1001110 | 100101 | 10010 | 101001001 | 1000001 | 110010 |
Color Harmonies of #D12D83
Complementary color
Monochromatic Colors of #D12D83
Black with #D12D83
Text Example
Text Example
White with #D12D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D83; }
p { color: rgb(209,45,131); }
H1.HeaderClassName
{
color: #D12D83;
}
.AnyTagClassName
{
color: #D12D83;
}
</style>
background-color css
<style>
a { background-color: #D12D83; }
a { background-color: rgb(209,45,131); }
div.DivClassName
{
background-color: #D12D83;
}
.BgClassName
{
background-color: #D12D83;
}
</style>
border-color css
<style>
span { border-color: #D12D83; }
span { border-color: rgb(209,45,131); }
td.TdClassName
{
border-color: #D12D83;
}
.TagClassName
{
border-color: #D12D83;
}
</style>