Shades of Deep Cerise #D93582
Tints of Deep Cerise #D93582
RGB
CMYK
RGB Variations
Color information
#D93582 (or 0xD93582) is known color: Deep Cerise. HEX triplet: D9, 35 and 82. RGB value is (217,53,130). Sum of RGB (Red+Green+Blue) = 217+53+130=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D93582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93582 is #26CA7D. Grayscale: #6E6E6E. Windows color (decimal): -2542206 or 8533465. OLE color: 8533465.
HSL color Cylindrical-coordinate representation of color #D93582: hue angle of 331.83º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93582 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 130 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.15 |
| HSL | 331.83º | 0.68% | 0.53% | - |
| HSV(B) | 331.83º | 0.76% | 0.85% | - |
| XYZ | 33.92 | 18.91 | 22.98 | - |
| YUV | 110.81 | 138.83 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 130 | 0 | 0.76 | 0.40 | 0.15 | 331.83 | 0.68 | 0.53 |
| Hex | D9 | 35 | 82 | 0 | 4C | 28 | F | 14C | 44 | 35 |
| Octal | 331 | 65 | 202 | 0 | 114 | 50 | 17 | 514 | 104 | 65 |
| Binary | 11011001 | 110101 | 10000010 | 0 | 1001100 | 101000 | 1111 | 101001100 | 1000100 | 110101 |
Color Harmonies of #D93582
Complementary color
Monochromatic Colors of #D93582
Black with #D93582
Text Example
Text Example
White with #D93582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93582; }
p { color: rgb(217,53,130); }
H1.HeaderClassName
{
color: #D93582;
}
.AnyTagClassName
{
color: #D93582;
}
</style>
background-color css
<style>
a { background-color: #D93582; }
a { background-color: rgb(217,53,130); }
div.DivClassName
{
background-color: #D93582;
}
.BgClassName
{
background-color: #D93582;
}
</style>
border-color css
<style>
span { border-color: #D93582; }
span { border-color: rgb(217,53,130); }
td.TdClassName
{
border-color: #D93582;
}
.TagClassName
{
border-color: #D93582;
}
</style>