Shades of Deep Cerise #D93F84
Tints of Deep Cerise #D93F84
RGB
CMYK
RGB Variations
Color information
#D93F84 (or 0xD93F84) is known color: Deep Cerise. HEX triplet: D9, 3F and 84. RGB value is (217,63,132). Sum of RGB (Red+Green+Blue) = 217+63+132=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93F84 is #26C07B. Grayscale: #747474. Windows color (decimal): -2539644 or 8667097. OLE color: 8667097.
HSL color Cylindrical-coordinate representation of color #D93F84: hue angle of 333.12º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93F84 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 132 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.15 |
| HSL | 333.12º | 0.67% | 0.55% | - |
| HSV(B) | 333.12º | 0.71% | 0.85% | - |
| XYZ | 34.56 | 19.97 | 23.86 | - |
| YUV | 116.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 132 | 0 | 0.71 | 0.39 | 0.15 | 333.12 | 0.67 | 0.55 |
| Hex | D9 | 3F | 84 | 0 | 47 | 27 | F | 14D | 43 | 37 |
| Octal | 331 | 77 | 204 | 0 | 107 | 47 | 17 | 515 | 103 | 67 |
| Binary | 11011001 | 111111 | 10000100 | 0 | 1000111 | 100111 | 1111 | 101001101 | 1000011 | 110111 |
Color Harmonies of #D93F84
Complementary color
Monochromatic Colors of #D93F84
Black with #D93F84
Text Example
Text Example
White with #D93F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93F84; }
p { color: rgb(217,63,132); }
H1.HeaderClassName
{
color: #D93F84;
}
.AnyTagClassName
{
color: #D93F84;
}
</style>
background-color css
<style>
a { background-color: #D93F84; }
a { background-color: rgb(217,63,132); }
div.DivClassName
{
background-color: #D93F84;
}
.BgClassName
{
background-color: #D93F84;
}
</style>
border-color css
<style>
span { border-color: #D93F84; }
span { border-color: rgb(217,63,132); }
td.TdClassName
{
border-color: #D93F84;
}
.TagClassName
{
border-color: #D93F84;
}
</style>