Shades of Deep Cerise #D5378D
Tints of Deep Cerise #D5378D
RGB
CMYK
RGB Variations
Color information
#D5378D (or 0xD5378D) is known color: Deep Cerise. HEX triplet: D5, 37 and 8D. RGB value is (213,55,141). Sum of RGB (Red+Green+Blue) = 213+55+141=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5378D is #2AC872. Grayscale: #6F6F6F. Windows color (decimal): -2803827 or 9254869. OLE color: 9254869.
HSL color Cylindrical-coordinate representation of color #D5378D: hue angle of 327.34º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5378D is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 141 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.16 |
| HSL | 327.34º | 0.65% | 0.53% | - |
| HSV(B) | 327.34º | 0.74% | 0.84% | - |
| XYZ | 33.61 | 18.8 | 27.06 | - |
| YUV | 112.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 141 | 0 | 0.74 | 0.34 | 0.16 | 327.34 | 0.65 | 0.53 |
| Hex | D5 | 37 | 8D | 0 | 4A | 22 | 10 | 147 | 41 | 35 |
| Octal | 325 | 67 | 215 | 0 | 112 | 42 | 20 | 507 | 101 | 65 |
| Binary | 11010101 | 110111 | 10001101 | 0 | 1001010 | 100010 | 10000 | 101000111 | 1000001 | 110101 |
Color Harmonies of #D5378D
Complementary color
Monochromatic Colors of #D5378D
Black with #D5378D
Text Example
Text Example
White with #D5378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5378D; }
p { color: rgb(213,55,141); }
H1.HeaderClassName
{
color: #D5378D;
}
.AnyTagClassName
{
color: #D5378D;
}
</style>
background-color css
<style>
a { background-color: #D5378D; }
a { background-color: rgb(213,55,141); }
div.DivClassName
{
background-color: #D5378D;
}
.BgClassName
{
background-color: #D5378D;
}
</style>
border-color css
<style>
span { border-color: #D5378D; }
span { border-color: rgb(213,55,141); }
td.TdClassName
{
border-color: #D5378D;
}
.TagClassName
{
border-color: #D5378D;
}
</style>