Shades of Deep Cerise #D1407C
Tints of Deep Cerise #D1407C
RGB
CMYK
RGB Variations
Color information
#D1407C (or 0xD1407C) is known color: Deep Cerise. HEX triplet: D1, 40 and 7C. RGB value is (209,64,124). Sum of RGB (Red+Green+Blue) = 209+64+124=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1407C is #2EBF83. Grayscale: #727272. Windows color (decimal): -3063684 or 8143057. OLE color: 8143057.
HSL color Cylindrical-coordinate representation of color #D1407C: hue angle of 335.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1407C is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 124 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.18 |
| HSL | 335.17º | 0.61% | 0.54% | - |
| HSV(B) | 335.17º | 0.69% | 0.82% | - |
| XYZ | 31.77 | 18.68 | 21 | - |
| YUV | 114.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 124 | 0 | 0.69 | 0.41 | 0.18 | 335.17 | 0.61 | 0.54 |
| Hex | D1 | 40 | 7C | 0 | 45 | 29 | 12 | 14F | 3D | 36 |
| Octal | 321 | 100 | 174 | 0 | 105 | 51 | 22 | 517 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1111100 | 0 | 1000101 | 101001 | 10010 | 101001111 | 111101 | 110110 |
Color Harmonies of #D1407C
Complementary color
Monochromatic Colors of #D1407C
Black with #D1407C
Text Example
Text Example
White with #D1407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1407C; }
p { color: rgb(209,64,124); }
H1.HeaderClassName
{
color: #D1407C;
}
.AnyTagClassName
{
color: #D1407C;
}
</style>
background-color css
<style>
a { background-color: #D1407C; }
a { background-color: rgb(209,64,124); }
div.DivClassName
{
background-color: #D1407C;
}
.BgClassName
{
background-color: #D1407C;
}
</style>
border-color css
<style>
span { border-color: #D1407C; }
span { border-color: rgb(209,64,124); }
td.TdClassName
{
border-color: #D1407C;
}
.TagClassName
{
border-color: #D1407C;
}
</style>