Shades of Deep Cerise #D5397B
Tints of Deep Cerise #D5397B
RGB
CMYK
RGB Variations
Color information
#D5397B (or 0xD5397B) is known color: Deep Cerise. HEX triplet: D5, 39 and 7B. RGB value is (213,57,123). Sum of RGB (Red+Green+Blue) = 213+57+123=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5397B is #2AC684. Grayscale: #6F6F6F. Windows color (decimal): -2803333 or 8075733. OLE color: 8075733.
HSL color Cylindrical-coordinate representation of color #D5397B: hue angle of 334.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5397B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 123 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.16 |
| HSL | 334.62º | 0.65% | 0.53% | - |
| HSV(B) | 334.62º | 0.73% | 0.84% | - |
| XYZ | 32.48 | 18.5 | 20.6 | - |
| YUV | 111.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 123 | 0 | 0.73 | 0.42 | 0.16 | 334.62 | 0.65 | 0.53 |
| Hex | D5 | 39 | 7B | 0 | 49 | 2A | 10 | 14F | 41 | 35 |
| Octal | 325 | 71 | 173 | 0 | 111 | 52 | 20 | 517 | 101 | 65 |
| Binary | 11010101 | 111001 | 1111011 | 0 | 1001001 | 101010 | 10000 | 101001111 | 1000001 | 110101 |
Color Harmonies of #D5397B
Complementary color
Monochromatic Colors of #D5397B
Black with #D5397B
Text Example
Text Example
White with #D5397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5397B; }
p { color: rgb(213,57,123); }
H1.HeaderClassName
{
color: #D5397B;
}
.AnyTagClassName
{
color: #D5397B;
}
</style>
background-color css
<style>
a { background-color: #D5397B; }
a { background-color: rgb(213,57,123); }
div.DivClassName
{
background-color: #D5397B;
}
.BgClassName
{
background-color: #D5397B;
}
</style>
border-color css
<style>
span { border-color: #D5397B; }
span { border-color: rgb(213,57,123); }
td.TdClassName
{
border-color: #D5397B;
}
.TagClassName
{
border-color: #D5397B;
}
</style>