Shades of Deep Cerise #D12D7B
Tints of Deep Cerise #D12D7B
RGB
CMYK
RGB Variations
Color information
#D12D7B (or 0xD12D7B) is known color: Deep Cerise. HEX triplet: D1, 2D and 7B. RGB value is (209,45,123). Sum of RGB (Red+Green+Blue) = 209+45+123=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D7B is #2ED284. Grayscale: #666666. Windows color (decimal): -3068549 or 8072657. OLE color: 8072657.
HSL color Cylindrical-coordinate representation of color #D12D7B: hue angle of 331.46º 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 #D12D7B is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 123 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.18 |
| HSL | 331.46º | 0.65% | 0.5% | - |
| HSV(B) | 331.46º | 0.78% | 0.82% | - |
| XYZ | 30.81 | 16.86 | 20.37 | - |
| YUV | 102.93 | 139.33 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 123 | 0 | 0.78 | 0.41 | 0.18 | 331.46 | 0.65 | 0.5 |
| Hex | D1 | 2D | 7B | 0 | 4E | 29 | 12 | 14B | 41 | 32 |
| Octal | 321 | 55 | 173 | 0 | 116 | 51 | 22 | 513 | 101 | 62 |
| Binary | 11010001 | 101101 | 1111011 | 0 | 1001110 | 101001 | 10010 | 101001011 | 1000001 | 110010 |
Color Harmonies of #D12D7B
Complementary color
Monochromatic Colors of #D12D7B
Black with #D12D7B
Text Example
Text Example
White with #D12D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D7B; }
p { color: rgb(209,45,123); }
H1.HeaderClassName
{
color: #D12D7B;
}
.AnyTagClassName
{
color: #D12D7B;
}
</style>
background-color css
<style>
a { background-color: #D12D7B; }
a { background-color: rgb(209,45,123); }
div.DivClassName
{
background-color: #D12D7B;
}
.BgClassName
{
background-color: #D12D7B;
}
</style>
border-color css
<style>
span { border-color: #D12D7B; }
span { border-color: rgb(209,45,123); }
td.TdClassName
{
border-color: #D12D7B;
}
.TagClassName
{
border-color: #D12D7B;
}
</style>