Shades of Deep Cerise #D0417F
Tints of Deep Cerise #D0417F
RGB
CMYK
RGB Variations
Color information
#D0417F (or 0xD0417F) is known color: Deep Cerise. HEX triplet: D0, 41 and 7F. RGB value is (208,65,127). Sum of RGB (Red+Green+Blue) = 208+65+127=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0417F is #2FBE80. Grayscale: #727272. Windows color (decimal): -3128961 or 8339920. OLE color: 8339920.
HSL color Cylindrical-coordinate representation of color #D0417F: hue angle of 333.99º degrees, saturation: 0.6, 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 #D0417F is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 127 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.18 |
| HSL | 333.99º | 0.6% | 0.54% | - |
| HSV(B) | 333.99º | 0.69% | 0.82% | - |
| XYZ | 31.73 | 18.72 | 22.02 | - |
| YUV | 114.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 127 | 0 | 0.69 | 0.39 | 0.18 | 333.99 | 0.6 | 0.54 |
| Hex | D0 | 41 | 7F | 0 | 45 | 27 | 12 | 14E | 3C | 36 |
| Octal | 320 | 101 | 177 | 0 | 105 | 47 | 22 | 516 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1111111 | 0 | 1000101 | 100111 | 10010 | 101001110 | 111100 | 110110 |
Color Harmonies of #D0417F
Complementary color
Monochromatic Colors of #D0417F
Black with #D0417F
Text Example
Text Example
White with #D0417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0417F; }
p { color: rgb(208,65,127); }
H1.HeaderClassName
{
color: #D0417F;
}
.AnyTagClassName
{
color: #D0417F;
}
</style>
background-color css
<style>
a { background-color: #D0417F; }
a { background-color: rgb(208,65,127); }
div.DivClassName
{
background-color: #D0417F;
}
.BgClassName
{
background-color: #D0417F;
}
</style>
border-color css
<style>
span { border-color: #D0417F; }
span { border-color: rgb(208,65,127); }
td.TdClassName
{
border-color: #D0417F;
}
.TagClassName
{
border-color: #D0417F;
}
</style>