Shades of Deep Cerise #D9397B
Tints of Deep Cerise #D9397B
RGB
CMYK
RGB Variations
Color information
#D9397B (or 0xD9397B) is known color: Deep Cerise. HEX triplet: D9, 39 and 7B. RGB value is (217,57,123). Sum of RGB (Red+Green+Blue) = 217+57+123=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9397B is #26C684. Grayscale: #707070. Windows color (decimal): -2541189 or 8075737. OLE color: 8075737.
HSL color Cylindrical-coordinate representation of color #D9397B: hue angle of 335.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9397B is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 123 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.15 |
| HSL | 335.25º | 0.68% | 0.54% | - |
| HSV(B) | 335.25º | 0.74% | 0.85% | - |
| XYZ | 33.65 | 19.11 | 20.65 | - |
| YUV | 112.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 123 | 0 | 0.74 | 0.43 | 0.15 | 335.25 | 0.68 | 0.54 |
| Hex | D9 | 39 | 7B | 0 | 4A | 2B | F | 14F | 44 | 36 |
| Octal | 331 | 71 | 173 | 0 | 112 | 53 | 17 | 517 | 104 | 66 |
| Binary | 11011001 | 111001 | 1111011 | 0 | 1001010 | 101011 | 1111 | 101001111 | 1000100 | 110110 |
Color Harmonies of #D9397B
Complementary color
Monochromatic Colors of #D9397B
Black with #D9397B
Text Example
Text Example
White with #D9397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9397B; }
p { color: rgb(217,57,123); }
H1.HeaderClassName
{
color: #D9397B;
}
.AnyTagClassName
{
color: #D9397B;
}
</style>
background-color css
<style>
a { background-color: #D9397B; }
a { background-color: rgb(217,57,123); }
div.DivClassName
{
background-color: #D9397B;
}
.BgClassName
{
background-color: #D9397B;
}
</style>
border-color css
<style>
span { border-color: #D9397B; }
span { border-color: rgb(217,57,123); }
td.TdClassName
{
border-color: #D9397B;
}
.TagClassName
{
border-color: #D9397B;
}
</style>