Shades of Deep Cerise #D12F75
Tints of Deep Cerise #D12F75
RGB
CMYK
RGB Variations
Color information
#D12F75 (or 0xD12F75) is known color: Deep Cerise. HEX triplet: D1, 2F and 75. RGB value is (209,47,117). Sum of RGB (Red+Green+Blue) = 209+47+117=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12F75 is #2ED08A. Grayscale: #676767. Windows color (decimal): -3068043 or 7679953. OLE color: 7679953.
HSL color Cylindrical-coordinate representation of color #D12F75: hue angle of 334.07º degrees, saturation: 0.64, 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 #D12F75 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 117 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.18 |
| HSL | 334.07º | 0.64% | 0.5% | - |
| HSV(B) | 334.07º | 0.78% | 0.82% | - |
| XYZ | 30.52 | 16.87 | 18.48 | - |
| YUV | 103.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 117 | 0 | 0.78 | 0.44 | 0.18 | 334.07 | 0.64 | 0.5 |
| Hex | D1 | 2F | 75 | 0 | 4E | 2C | 12 | 14E | 40 | 32 |
| Octal | 321 | 57 | 165 | 0 | 116 | 54 | 22 | 516 | 100 | 62 |
| Binary | 11010001 | 101111 | 1110101 | 0 | 1001110 | 101100 | 10010 | 101001110 | 1000000 | 110010 |
Color Harmonies of #D12F75
Complementary color
Monochromatic Colors of #D12F75
Black with #D12F75
Text Example
Text Example
White with #D12F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F75; }
p { color: rgb(209,47,117); }
H1.HeaderClassName
{
color: #D12F75;
}
.AnyTagClassName
{
color: #D12F75;
}
</style>
background-color css
<style>
a { background-color: #D12F75; }
a { background-color: rgb(209,47,117); }
div.DivClassName
{
background-color: #D12F75;
}
.BgClassName
{
background-color: #D12F75;
}
</style>
border-color css
<style>
span { border-color: #D12F75; }
span { border-color: rgb(209,47,117); }
td.TdClassName
{
border-color: #D12F75;
}
.TagClassName
{
border-color: #D12F75;
}
</style>