Shades of Deep Cerise #D2317D
Tints of Deep Cerise #D2317D
RGB
CMYK
RGB Variations
Color information
#D2317D (or 0xD2317D) is known color: Deep Cerise. HEX triplet: D2, 31 and 7D. RGB value is (210,49,125). Sum of RGB (Red+Green+Blue) = 210+49+125=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2317D is #2DCE82. Grayscale: #696969. Windows color (decimal): -3001987 or 8204754. OLE color: 8204754.
HSL color Cylindrical-coordinate representation of color #D2317D: hue angle of 331.68º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2317D is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 125 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.18 |
| HSL | 331.68º | 0.64% | 0.51% | - |
| HSV(B) | 331.68º | 0.77% | 0.82% | - |
| XYZ | 31.38 | 17.38 | 21.1 | - |
| YUV | 105.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 125 | 0 | 0.77 | 0.40 | 0.18 | 331.68 | 0.64 | 0.51 |
| Hex | D2 | 31 | 7D | 0 | 4D | 28 | 12 | 14C | 40 | 33 |
| Octal | 322 | 61 | 175 | 0 | 115 | 50 | 22 | 514 | 100 | 63 |
| Binary | 11010010 | 110001 | 1111101 | 0 | 1001101 | 101000 | 10010 | 101001100 | 1000000 | 110011 |
Color Harmonies of #D2317D
Complementary color
Monochromatic Colors of #D2317D
Black with #D2317D
Text Example
Text Example
White with #D2317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2317D; }
p { color: rgb(210,49,125); }
H1.HeaderClassName
{
color: #D2317D;
}
.AnyTagClassName
{
color: #D2317D;
}
</style>
background-color css
<style>
a { background-color: #D2317D; }
a { background-color: rgb(210,49,125); }
div.DivClassName
{
background-color: #D2317D;
}
.BgClassName
{
background-color: #D2317D;
}
</style>
border-color css
<style>
span { border-color: #D2317D; }
span { border-color: rgb(210,49,125); }
td.TdClassName
{
border-color: #D2317D;
}
.TagClassName
{
border-color: #D2317D;
}
</style>