Shades of Deep Cerise #D2367D
Tints of Deep Cerise #D2367D
RGB
CMYK
RGB Variations
Color information
#D2367D (or 0xD2367D) is known color: Deep Cerise. HEX triplet: D2, 36 and 7D. RGB value is (210,54,125). Sum of RGB (Red+Green+Blue) = 210+54+125=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2367D is #2DC982. Grayscale: #6C6C6C. Windows color (decimal): -3000707 or 8206034. OLE color: 8206034.
HSL color Cylindrical-coordinate representation of color #D2367D: hue angle of 332.69º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2367D is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 125 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.18 |
| HSL | 332.69º | 0.63% | 0.52% | - |
| HSV(B) | 332.69º | 0.74% | 0.82% | - |
| XYZ | 31.6 | 17.82 | 21.18 | - |
| YUV | 108.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 125 | 0 | 0.74 | 0.40 | 0.18 | 332.69 | 0.63 | 0.52 |
| Hex | D2 | 36 | 7D | 0 | 4A | 28 | 12 | 14D | 3F | 34 |
| Octal | 322 | 66 | 175 | 0 | 112 | 50 | 22 | 515 | 77 | 64 |
| Binary | 11010010 | 110110 | 1111101 | 0 | 1001010 | 101000 | 10010 | 101001101 | 111111 | 110100 |
Color Harmonies of #D2367D
Complementary color
Monochromatic Colors of #D2367D
Black with #D2367D
Text Example
Text Example
White with #D2367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2367D; }
p { color: rgb(210,54,125); }
H1.HeaderClassName
{
color: #D2367D;
}
.AnyTagClassName
{
color: #D2367D;
}
</style>
background-color css
<style>
a { background-color: #D2367D; }
a { background-color: rgb(210,54,125); }
div.DivClassName
{
background-color: #D2367D;
}
.BgClassName
{
background-color: #D2367D;
}
</style>
border-color css
<style>
span { border-color: #D2367D; }
span { border-color: rgb(210,54,125); }
td.TdClassName
{
border-color: #D2367D;
}
.TagClassName
{
border-color: #D2367D;
}
</style>