Shades of Deep Cerise #D5378B
Tints of Deep Cerise #D5378B
RGB
CMYK
RGB Variations
Color information
#D5378B (or 0xD5378B) is known color: Deep Cerise. HEX triplet: D5, 37 and 8B. RGB value is (213,55,139). Sum of RGB (Red+Green+Blue) = 213+55+139=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5378B is #2AC874. Grayscale: #6F6F6F. Windows color (decimal): -2803829 or 9123797. OLE color: 9123797.
HSL color Cylindrical-coordinate representation of color #D5378B: hue angle of 328.1º 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 #D5378B is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 139 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.16 |
| HSL | 328.1º | 0.65% | 0.53% | - |
| HSV(B) | 328.1º | 0.74% | 0.84% | - |
| XYZ | 33.47 | 18.74 | 26.28 | - |
| YUV | 111.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 139 | 0 | 0.74 | 0.35 | 0.16 | 328.1 | 0.65 | 0.53 |
| Hex | D5 | 37 | 8B | 0 | 4A | 23 | 10 | 148 | 41 | 35 |
| Octal | 325 | 67 | 213 | 0 | 112 | 43 | 20 | 510 | 101 | 65 |
| Binary | 11010101 | 110111 | 10001011 | 0 | 1001010 | 100011 | 10000 | 101001000 | 1000001 | 110101 |
Color Harmonies of #D5378B
Complementary color
Monochromatic Colors of #D5378B
Black with #D5378B
Text Example
Text Example
White with #D5378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5378B; }
p { color: rgb(213,55,139); }
H1.HeaderClassName
{
color: #D5378B;
}
.AnyTagClassName
{
color: #D5378B;
}
</style>
background-color css
<style>
a { background-color: #D5378B; }
a { background-color: rgb(213,55,139); }
div.DivClassName
{
background-color: #D5378B;
}
.BgClassName
{
background-color: #D5378B;
}
</style>
border-color css
<style>
span { border-color: #D5378B; }
span { border-color: rgb(213,55,139); }
td.TdClassName
{
border-color: #D5378B;
}
.TagClassName
{
border-color: #D5378B;
}
</style>