Shades of Deep Cerise #D2377F
Tints of Deep Cerise #D2377F
RGB
CMYK
RGB Variations
Color information
#D2377F (or 0xD2377F) is known color: Deep Cerise. HEX triplet: D2, 37 and 7F. RGB value is (210,55,127). Sum of RGB (Red+Green+Blue) = 210+55+127=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2377F is #2DC880. Grayscale: #6D6D6D. Windows color (decimal): -3000449 or 8337362. OLE color: 8337362.
HSL color Cylindrical-coordinate representation of color #D2377F: hue angle of 332.13º 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 #D2377F is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 127 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.18 |
| HSL | 332.13º | 0.63% | 0.52% | - |
| HSV(B) | 332.13º | 0.74% | 0.82% | - |
| XYZ | 31.78 | 17.97 | 21.87 | - |
| YUV | 109.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 127 | 0 | 0.74 | 0.40 | 0.18 | 332.13 | 0.63 | 0.52 |
| Hex | D2 | 37 | 7F | 0 | 4A | 28 | 12 | 14C | 3F | 34 |
| Octal | 322 | 67 | 177 | 0 | 112 | 50 | 22 | 514 | 77 | 64 |
| Binary | 11010010 | 110111 | 1111111 | 0 | 1001010 | 101000 | 10010 | 101001100 | 111111 | 110100 |
Color Harmonies of #D2377F
Complementary color
Monochromatic Colors of #D2377F
Black with #D2377F
Text Example
Text Example
White with #D2377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2377F; }
p { color: rgb(210,55,127); }
H1.HeaderClassName
{
color: #D2377F;
}
.AnyTagClassName
{
color: #D2377F;
}
</style>
background-color css
<style>
a { background-color: #D2377F; }
a { background-color: rgb(210,55,127); }
div.DivClassName
{
background-color: #D2377F;
}
.BgClassName
{
background-color: #D2377F;
}
</style>
border-color css
<style>
span { border-color: #D2377F; }
span { border-color: rgb(210,55,127); }
td.TdClassName
{
border-color: #D2377F;
}
.TagClassName
{
border-color: #D2377F;
}
</style>