Shades of Deep Cerise #D93682
Tints of Deep Cerise #D93682
RGB
CMYK
RGB Variations
Color information
#D93682 (or 0xD93682) is known color: Deep Cerise. HEX triplet: D9, 36 and 82. RGB value is (217,54,130). Sum of RGB (Red+Green+Blue) = 217+54+130=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D93682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93682 is #26C97D. Grayscale: #6F6F6F. Windows color (decimal): -2541950 or 8533721. OLE color: 8533721.
HSL color Cylindrical-coordinate representation of color #D93682: hue angle of 332.02º 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 #D93682 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 130 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.15 |
| HSL | 332.02º | 0.68% | 0.53% | - |
| HSV(B) | 332.02º | 0.75% | 0.85% | - |
| XYZ | 33.96 | 19 | 23 | - |
| YUV | 111.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 130 | 0 | 0.75 | 0.40 | 0.15 | 332.02 | 0.68 | 0.53 |
| Hex | D9 | 36 | 82 | 0 | 4B | 28 | F | 14C | 44 | 35 |
| Octal | 331 | 66 | 202 | 0 | 113 | 50 | 17 | 514 | 104 | 65 |
| Binary | 11011001 | 110110 | 10000010 | 0 | 1001011 | 101000 | 1111 | 101001100 | 1000100 | 110101 |
Color Harmonies of #D93682
Complementary color
Monochromatic Colors of #D93682
Black with #D93682
Text Example
Text Example
White with #D93682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93682; }
p { color: rgb(217,54,130); }
H1.HeaderClassName
{
color: #D93682;
}
.AnyTagClassName
{
color: #D93682;
}
</style>
background-color css
<style>
a { background-color: #D93682; }
a { background-color: rgb(217,54,130); }
div.DivClassName
{
background-color: #D93682;
}
.BgClassName
{
background-color: #D93682;
}
</style>
border-color css
<style>
span { border-color: #D93682; }
span { border-color: rgb(217,54,130); }
td.TdClassName
{
border-color: #D93682;
}
.TagClassName
{
border-color: #D93682;
}
</style>