Shades of Deep Cerise #D2377E
Tints of Deep Cerise #D2377E
RGB
CMYK
RGB Variations
Color information
#D2377E (or 0xD2377E) is known color: Deep Cerise. HEX triplet: D2, 37 and 7E. RGB value is (210,55,126). Sum of RGB (Red+Green+Blue) = 210+55+126=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2377E is #2DC881. Grayscale: #6D6D6D. Windows color (decimal): -3000450 or 8271826. OLE color: 8271826.
HSL color Cylindrical-coordinate representation of color #D2377E: hue angle of 332.52º 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 #D2377E is Cyan = 0, Magento = 0.74, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 126 | - |
| CMYK | 0 | 0.74 | 0.4 | 0.18 |
| HSL | 332.52º | 0.63% | 0.52% | - |
| HSV(B) | 332.52º | 0.74% | 0.82% | - |
| XYZ | 31.71 | 17.94 | 21.53 | - |
| YUV | 109.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 126 | 0 | 0.74 | 0.4 | 0.18 | 332.52 | 0.63 | 0.52 |
| Hex | D2 | 37 | 7E | 0 | 4A | 28 | 12 | 14D | 3F | 34 |
| Octal | 322 | 67 | 176 | 0 | 112 | 50 | 22 | 515 | 77 | 64 |
| Binary | 11010010 | 110111 | 1111110 | 0 | 1001010 | 101000 | 10010 | 101001101 | 111111 | 110100 |
Color Harmonies of #D2377E
Complementary color
Monochromatic Colors of #D2377E
Black with #D2377E
Text Example
Text Example
White with #D2377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2377E; }
p { color: rgb(210,55,126); }
H1.HeaderClassName
{
color: #D2377E;
}
.AnyTagClassName
{
color: #D2377E;
}
</style>
background-color css
<style>
a { background-color: #D2377E; }
a { background-color: rgb(210,55,126); }
div.DivClassName
{
background-color: #D2377E;
}
.BgClassName
{
background-color: #D2377E;
}
</style>
border-color css
<style>
span { border-color: #D2377E; }
span { border-color: rgb(210,55,126); }
td.TdClassName
{
border-color: #D2377E;
}
.TagClassName
{
border-color: #D2377E;
}
</style>