Shades of Deep Cerise #D2317A
Tints of Deep Cerise #D2317A
RGB
CMYK
RGB Variations
Color information
#D2317A (or 0xD2317A) is known color: Deep Cerise. HEX triplet: D2, 31 and 7A. RGB value is (210,49,122). Sum of RGB (Red+Green+Blue) = 210+49+122=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D2317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2317A is #2DCE85. Grayscale: #696969. Windows color (decimal): -3001990 or 8008146. OLE color: 8008146.
HSL color Cylindrical-coordinate representation of color #D2317A: hue angle of 332.8º 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 #D2317A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 122 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.18 |
| HSL | 332.8º | 0.64% | 0.51% | - |
| HSV(B) | 332.8º | 0.77% | 0.82% | - |
| XYZ | 31.19 | 17.3 | 20.11 | - |
| YUV | 105.46 | 137.34 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 122 | 0 | 0.77 | 0.42 | 0.18 | 332.8 | 0.64 | 0.51 |
| Hex | D2 | 31 | 7A | 0 | 4D | 2A | 12 | 14D | 40 | 33 |
| Octal | 322 | 61 | 172 | 0 | 115 | 52 | 22 | 515 | 100 | 63 |
| Binary | 11010010 | 110001 | 1111010 | 0 | 1001101 | 101010 | 10010 | 101001101 | 1000000 | 110011 |
Color Harmonies of #D2317A
Complementary color
Monochromatic Colors of #D2317A
Black with #D2317A
Text Example
Text Example
White with #D2317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2317A; }
p { color: rgb(210,49,122); }
H1.HeaderClassName
{
color: #D2317A;
}
.AnyTagClassName
{
color: #D2317A;
}
</style>
background-color css
<style>
a { background-color: #D2317A; }
a { background-color: rgb(210,49,122); }
div.DivClassName
{
background-color: #D2317A;
}
.BgClassName
{
background-color: #D2317A;
}
</style>
border-color css
<style>
span { border-color: #D2317A; }
span { border-color: rgb(210,49,122); }
td.TdClassName
{
border-color: #D2317A;
}
.TagClassName
{
border-color: #D2317A;
}
</style>