Shades of Deep Cerise #D93483
Tints of Deep Cerise #D93483
RGB
CMYK
RGB Variations
Color information
#D93483 (or 0xD93483) is known color: Deep Cerise. HEX triplet: D9, 34 and 83. RGB value is (217,52,131). Sum of RGB (Red+Green+Blue) = 217+52+131=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D93483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93483 is #26CB7C. Grayscale: #6E6E6E. Windows color (decimal): -2542461 or 8598745. OLE color: 8598745.
HSL color Cylindrical-coordinate representation of color #D93483: hue angle of 331.27º 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 #D93483 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 131 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.15 |
| HSL | 331.27º | 0.68% | 0.53% | - |
| HSV(B) | 331.27º | 0.76% | 0.85% | - |
| XYZ | 33.94 | 18.85 | 23.32 | - |
| YUV | 110.34 | 139.66 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 131 | 0 | 0.76 | 0.40 | 0.15 | 331.27 | 0.68 | 0.53 |
| Hex | D9 | 34 | 83 | 0 | 4C | 28 | F | 14B | 44 | 35 |
| Octal | 331 | 64 | 203 | 0 | 114 | 50 | 17 | 513 | 104 | 65 |
| Binary | 11011001 | 110100 | 10000011 | 0 | 1001100 | 101000 | 1111 | 101001011 | 1000100 | 110101 |
Color Harmonies of #D93483
Complementary color
Monochromatic Colors of #D93483
Black with #D93483
Text Example
Text Example
White with #D93483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93483; }
p { color: rgb(217,52,131); }
H1.HeaderClassName
{
color: #D93483;
}
.AnyTagClassName
{
color: #D93483;
}
</style>
background-color css
<style>
a { background-color: #D93483; }
a { background-color: rgb(217,52,131); }
div.DivClassName
{
background-color: #D93483;
}
.BgClassName
{
background-color: #D93483;
}
</style>
border-color css
<style>
span { border-color: #D93483; }
span { border-color: rgb(217,52,131); }
td.TdClassName
{
border-color: #D93483;
}
.TagClassName
{
border-color: #D93483;
}
</style>