Shades of Deep Cerise #D2378C
Tints of Deep Cerise #D2378C
RGB
CMYK
RGB Variations
Color information
#D2378C (or 0xD2378C) is known color: Deep Cerise. HEX triplet: D2, 37 and 8C. RGB value is (210,55,140). Sum of RGB (Red+Green+Blue) = 210+55+140=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2378C is #2DC873. Grayscale: #6E6E6E. Windows color (decimal): -3000436 or 9189330. OLE color: 9189330.
HSL color Cylindrical-coordinate representation of color #D2378C: hue angle of 327.1º 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 #D2378C is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 140 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.18 |
| HSL | 327.1º | 0.63% | 0.52% | - |
| HSV(B) | 327.1º | 0.74% | 0.82% | - |
| XYZ | 32.68 | 18.33 | 26.63 | - |
| YUV | 111.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 140 | 0 | 0.74 | 0.33 | 0.18 | 327.1 | 0.63 | 0.52 |
| Hex | D2 | 37 | 8C | 0 | 4A | 21 | 12 | 147 | 3F | 34 |
| Octal | 322 | 67 | 214 | 0 | 112 | 41 | 22 | 507 | 77 | 64 |
| Binary | 11010010 | 110111 | 10001100 | 0 | 1001010 | 100001 | 10010 | 101000111 | 111111 | 110100 |
Color Harmonies of #D2378C
Complementary color
Monochromatic Colors of #D2378C
Black with #D2378C
Text Example
Text Example
White with #D2378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2378C; }
p { color: rgb(210,55,140); }
H1.HeaderClassName
{
color: #D2378C;
}
.AnyTagClassName
{
color: #D2378C;
}
</style>
background-color css
<style>
a { background-color: #D2378C; }
a { background-color: rgb(210,55,140); }
div.DivClassName
{
background-color: #D2378C;
}
.BgClassName
{
background-color: #D2378C;
}
</style>
border-color css
<style>
span { border-color: #D2378C; }
span { border-color: rgb(210,55,140); }
td.TdClassName
{
border-color: #D2378C;
}
.TagClassName
{
border-color: #D2378C;
}
</style>