Shades of Deep Cerise #D2367E
Tints of Deep Cerise #D2367E
RGB
CMYK
RGB Variations
Color information
#D2367E (or 0xD2367E) is known color: Deep Cerise. HEX triplet: D2, 36 and 7E. RGB value is (210,54,126). Sum of RGB (Red+Green+Blue) = 210+54+126=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2367E is #2DC981. Grayscale: #6C6C6C. Windows color (decimal): -3000706 or 8271570. OLE color: 8271570.
HSL color Cylindrical-coordinate representation of color #D2367E: hue angle of 332.31º 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 #D2367E is Cyan = 0, Magento = 0.74, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 126 | - |
| CMYK | 0 | 0.74 | 0.4 | 0.18 |
| HSL | 332.31º | 0.63% | 0.52% | - |
| HSV(B) | 332.31º | 0.74% | 0.82% | - |
| XYZ | 31.66 | 17.85 | 21.51 | - |
| YUV | 108.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 126 | 0 | 0.74 | 0.4 | 0.18 | 332.31 | 0.63 | 0.52 |
| Hex | D2 | 36 | 7E | 0 | 4A | 28 | 12 | 14C | 3F | 34 |
| Octal | 322 | 66 | 176 | 0 | 112 | 50 | 22 | 514 | 77 | 64 |
| Binary | 11010010 | 110110 | 1111110 | 0 | 1001010 | 101000 | 10010 | 101001100 | 111111 | 110100 |
Color Harmonies of #D2367E
Complementary color
Monochromatic Colors of #D2367E
Black with #D2367E
Text Example
Text Example
White with #D2367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2367E; }
p { color: rgb(210,54,126); }
H1.HeaderClassName
{
color: #D2367E;
}
.AnyTagClassName
{
color: #D2367E;
}
</style>
background-color css
<style>
a { background-color: #D2367E; }
a { background-color: rgb(210,54,126); }
div.DivClassName
{
background-color: #D2367E;
}
.BgClassName
{
background-color: #D2367E;
}
</style>
border-color css
<style>
span { border-color: #D2367E; }
span { border-color: rgb(210,54,126); }
td.TdClassName
{
border-color: #D2367E;
}
.TagClassName
{
border-color: #D2367E;
}
</style>