Shades of Deep Cerise #D93689
Tints of Deep Cerise #D93689
RGB
CMYK
RGB Variations
Color information
#D93689 (or 0xD93689) is known color: Deep Cerise. HEX triplet: D9, 36 and 89. RGB value is (217,54,137). Sum of RGB (Red+Green+Blue) = 217+54+137=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D93689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93689 is #26C976. Grayscale: #707070. Windows color (decimal): -2541943 or 8992473. OLE color: 8992473.
HSL color Cylindrical-coordinate representation of color #D93689: hue angle of 329.45º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93689 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 137 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.15 |
| HSL | 329.45º | 0.68% | 0.53% | - |
| HSV(B) | 329.45º | 0.75% | 0.85% | - |
| XYZ | 34.45 | 19.2 | 25.56 | - |
| YUV | 112.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 137 | 0 | 0.75 | 0.37 | 0.15 | 329.45 | 0.68 | 0.53 |
| Hex | D9 | 36 | 89 | 0 | 4B | 25 | F | 149 | 44 | 35 |
| Octal | 331 | 66 | 211 | 0 | 113 | 45 | 17 | 511 | 104 | 65 |
| Binary | 11011001 | 110110 | 10001001 | 0 | 1001011 | 100101 | 1111 | 101001001 | 1000100 | 110101 |
Color Harmonies of #D93689
Complementary color
Monochromatic Colors of #D93689
Black with #D93689
Text Example
Text Example
White with #D93689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93689; }
p { color: rgb(217,54,137); }
H1.HeaderClassName
{
color: #D93689;
}
.AnyTagClassName
{
color: #D93689;
}
</style>
background-color css
<style>
a { background-color: #D93689; }
a { background-color: rgb(217,54,137); }
div.DivClassName
{
background-color: #D93689;
}
.BgClassName
{
background-color: #D93689;
}
</style>
border-color css
<style>
span { border-color: #D93689; }
span { border-color: rgb(217,54,137); }
td.TdClassName
{
border-color: #D93689;
}
.TagClassName
{
border-color: #D93689;
}
</style>