Shades of Deep Cerise #D2417F
Tints of Deep Cerise #D2417F
RGB
CMYK
RGB Variations
Color information
#D2417F (or 0xD2417F) is known color: Deep Cerise. HEX triplet: D2, 41 and 7F. RGB value is (210,65,127). Sum of RGB (Red+Green+Blue) = 210+65+127=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2417F is #2DBE80. Grayscale: #737373. Windows color (decimal): -2997889 or 8339922. OLE color: 8339922.
HSL color Cylindrical-coordinate representation of color #D2417F: hue angle of 334.34º degrees, saturation: 0.62, 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 #D2417F is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 127 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.18 |
| HSL | 334.34º | 0.62% | 0.54% | - |
| HSV(B) | 334.34º | 0.69% | 0.82% | - |
| XYZ | 32.3 | 19.01 | 22.05 | - |
| YUV | 115.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 127 | 0 | 0.69 | 0.40 | 0.18 | 334.34 | 0.62 | 0.54 |
| Hex | D2 | 41 | 7F | 0 | 45 | 28 | 12 | 14E | 3E | 36 |
| Octal | 322 | 101 | 177 | 0 | 105 | 50 | 22 | 516 | 76 | 66 |
| Binary | 11010010 | 1000001 | 1111111 | 0 | 1000101 | 101000 | 10010 | 101001110 | 111110 | 110110 |
Color Harmonies of #D2417F
Complementary color
Monochromatic Colors of #D2417F
Black with #D2417F
Text Example
Text Example
White with #D2417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2417F; }
p { color: rgb(210,65,127); }
H1.HeaderClassName
{
color: #D2417F;
}
.AnyTagClassName
{
color: #D2417F;
}
</style>
background-color css
<style>
a { background-color: #D2417F; }
a { background-color: rgb(210,65,127); }
div.DivClassName
{
background-color: #D2417F;
}
.BgClassName
{
background-color: #D2417F;
}
</style>
border-color css
<style>
span { border-color: #D2417F; }
span { border-color: rgb(210,65,127); }
td.TdClassName
{
border-color: #D2417F;
}
.TagClassName
{
border-color: #D2417F;
}
</style>