Shades of Deep Cerise #D5397D
Tints of Deep Cerise #D5397D
RGB
CMYK
RGB Variations
Color information
#D5397D (or 0xD5397D) is known color: Deep Cerise. HEX triplet: D5, 39 and 7D. RGB value is (213,57,125). Sum of RGB (Red+Green+Blue) = 213+57+125=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5397D is #2AC682. Grayscale: #6F6F6F. Windows color (decimal): -2803331 or 8206805. OLE color: 8206805.
HSL color Cylindrical-coordinate representation of color #D5397D: hue angle of 333.85º 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 #D5397D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 125 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.16 |
| HSL | 333.85º | 0.65% | 0.53% | - |
| HSV(B) | 333.85º | 0.73% | 0.84% | - |
| XYZ | 32.61 | 18.55 | 21.26 | - |
| YUV | 111.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 125 | 0 | 0.73 | 0.41 | 0.16 | 333.85 | 0.65 | 0.53 |
| Hex | D5 | 39 | 7D | 0 | 49 | 29 | 10 | 14E | 41 | 35 |
| Octal | 325 | 71 | 175 | 0 | 111 | 51 | 20 | 516 | 101 | 65 |
| Binary | 11010101 | 111001 | 1111101 | 0 | 1001001 | 101001 | 10000 | 101001110 | 1000001 | 110101 |
Color Harmonies of #D5397D
Complementary color
Monochromatic Colors of #D5397D
Black with #D5397D
Text Example
Text Example
White with #D5397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5397D; }
p { color: rgb(213,57,125); }
H1.HeaderClassName
{
color: #D5397D;
}
.AnyTagClassName
{
color: #D5397D;
}
</style>
background-color css
<style>
a { background-color: #D5397D; }
a { background-color: rgb(213,57,125); }
div.DivClassName
{
background-color: #D5397D;
}
.BgClassName
{
background-color: #D5397D;
}
</style>
border-color css
<style>
span { border-color: #D5397D; }
span { border-color: rgb(213,57,125); }
td.TdClassName
{
border-color: #D5397D;
}
.TagClassName
{
border-color: #D5397D;
}
</style>