Shades of Deep Cerise #D12D75
Tints of Deep Cerise #D12D75
RGB
CMYK
RGB Variations
Color information
#D12D75 (or 0xD12D75) is known color: Deep Cerise. HEX triplet: D1, 2D and 75. RGB value is (209,45,117). Sum of RGB (Red+Green+Blue) = 209+45+117=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D75 is #2ED28A. Grayscale: #666666. Windows color (decimal): -3068555 or 7679441. OLE color: 7679441.
HSL color Cylindrical-coordinate representation of color #D12D75: hue angle of 333.66º 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 #D12D75 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 117 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.18 |
| HSL | 333.66º | 0.65% | 0.5% | - |
| HSV(B) | 333.66º | 0.78% | 0.82% | - |
| XYZ | 30.44 | 16.72 | 18.45 | - |
| YUV | 102.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 117 | 0 | 0.78 | 0.44 | 0.18 | 333.66 | 0.65 | 0.5 |
| Hex | D1 | 2D | 75 | 0 | 4E | 2C | 12 | 14E | 41 | 32 |
| Octal | 321 | 55 | 165 | 0 | 116 | 54 | 22 | 516 | 101 | 62 |
| Binary | 11010001 | 101101 | 1110101 | 0 | 1001110 | 101100 | 10010 | 101001110 | 1000001 | 110010 |
Color Harmonies of #D12D75
Complementary color
Monochromatic Colors of #D12D75
Black with #D12D75
Text Example
Text Example
White with #D12D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D75; }
p { color: rgb(209,45,117); }
H1.HeaderClassName
{
color: #D12D75;
}
.AnyTagClassName
{
color: #D12D75;
}
</style>
background-color css
<style>
a { background-color: #D12D75; }
a { background-color: rgb(209,45,117); }
div.DivClassName
{
background-color: #D12D75;
}
.BgClassName
{
background-color: #D12D75;
}
</style>
border-color css
<style>
span { border-color: #D12D75; }
span { border-color: rgb(209,45,117); }
td.TdClassName
{
border-color: #D12D75;
}
.TagClassName
{
border-color: #D12D75;
}
</style>