Shades of Deep Cerise #D93782
Tints of Deep Cerise #D93782
RGB
CMYK
RGB Variations
Color information
#D93782 (or 0xD93782) is known color: Deep Cerise. HEX triplet: D9, 37 and 82. RGB value is (217,55,130). Sum of RGB (Red+Green+Blue) = 217+55+130=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D93782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93782 is #26C87D. Grayscale: #6F6F6F. Windows color (decimal): -2541694 or 8533977. OLE color: 8533977.
HSL color Cylindrical-coordinate representation of color #D93782: hue angle of 332.22º 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 #D93782 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 130 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.15 |
| HSL | 332.22º | 0.68% | 0.53% | - |
| HSV(B) | 332.22º | 0.75% | 0.85% | - |
| XYZ | 34.01 | 19.1 | 23.01 | - |
| YUV | 111.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 130 | 0 | 0.75 | 0.40 | 0.15 | 332.22 | 0.68 | 0.53 |
| Hex | D9 | 37 | 82 | 0 | 4B | 28 | F | 14C | 44 | 35 |
| Octal | 331 | 67 | 202 | 0 | 113 | 50 | 17 | 514 | 104 | 65 |
| Binary | 11011001 | 110111 | 10000010 | 0 | 1001011 | 101000 | 1111 | 101001100 | 1000100 | 110101 |
Color Harmonies of #D93782
Complementary color
Monochromatic Colors of #D93782
Black with #D93782
Text Example
Text Example
White with #D93782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93782; }
p { color: rgb(217,55,130); }
H1.HeaderClassName
{
color: #D93782;
}
.AnyTagClassName
{
color: #D93782;
}
</style>
background-color css
<style>
a { background-color: #D93782; }
a { background-color: rgb(217,55,130); }
div.DivClassName
{
background-color: #D93782;
}
.BgClassName
{
background-color: #D93782;
}
</style>
border-color css
<style>
span { border-color: #D93782; }
span { border-color: rgb(217,55,130); }
td.TdClassName
{
border-color: #D93782;
}
.TagClassName
{
border-color: #D93782;
}
</style>