Shades of Deep Cerise #D12F7D
Tints of Deep Cerise #D12F7D
RGB
CMYK
RGB Variations
Color information
#D12F7D (or 0xD12F7D) is known color: Deep Cerise. HEX triplet: D1, 2F and 7D. RGB value is (209,47,125). Sum of RGB (Red+Green+Blue) = 209+47+125=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12F7D is #2ED082. Grayscale: #686868. Windows color (decimal): -3068035 or 8204241. OLE color: 8204241.
HSL color Cylindrical-coordinate representation of color #D12F7D: hue angle of 331.11º 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 #D12F7D is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 125 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.18 |
| HSL | 331.11º | 0.64% | 0.5% | - |
| HSV(B) | 331.11º | 0.78% | 0.82% | - |
| XYZ | 31.01 | 17.07 | 21.06 | - |
| YUV | 104.33 | 139.67 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 125 | 0 | 0.78 | 0.40 | 0.18 | 331.11 | 0.64 | 0.5 |
| Hex | D1 | 2F | 7D | 0 | 4E | 28 | 12 | 14B | 40 | 32 |
| Octal | 321 | 57 | 175 | 0 | 116 | 50 | 22 | 513 | 100 | 62 |
| Binary | 11010001 | 101111 | 1111101 | 0 | 1001110 | 101000 | 10010 | 101001011 | 1000000 | 110010 |
Color Harmonies of #D12F7D
Complementary color
Monochromatic Colors of #D12F7D
Black with #D12F7D
Text Example
Text Example
White with #D12F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F7D; }
p { color: rgb(209,47,125); }
H1.HeaderClassName
{
color: #D12F7D;
}
.AnyTagClassName
{
color: #D12F7D;
}
</style>
background-color css
<style>
a { background-color: #D12F7D; }
a { background-color: rgb(209,47,125); }
div.DivClassName
{
background-color: #D12F7D;
}
.BgClassName
{
background-color: #D12F7D;
}
</style>
border-color css
<style>
span { border-color: #D12F7D; }
span { border-color: rgb(209,47,125); }
td.TdClassName
{
border-color: #D12F7D;
}
.TagClassName
{
border-color: #D12F7D;
}
</style>