Shades of Deep Cerise #D93283
Tints of Deep Cerise #D93283
RGB
CMYK
RGB Variations
Color information
#D93283 (or 0xD93283) is known color: Deep Cerise. HEX triplet: D9, 32 and 83. RGB value is (217,50,131). Sum of RGB (Red+Green+Blue) = 217+50+131=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D93283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93283 is #26CD7C. Grayscale: #6D6D6D. Windows color (decimal): -2542973 or 8598233. OLE color: 8598233.
HSL color Cylindrical-coordinate representation of color #D93283: hue angle of 330.9º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93283 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 131 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.15 |
| HSL | 330.9º | 0.69% | 0.52% | - |
| HSV(B) | 330.9º | 0.77% | 0.85% | - |
| XYZ | 33.85 | 18.67 | 23.29 | - |
| YUV | 109.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 131 | 0 | 0.77 | 0.40 | 0.15 | 330.9 | 0.69 | 0.52 |
| Hex | D9 | 32 | 83 | 0 | 4D | 28 | F | 14B | 45 | 34 |
| Octal | 331 | 62 | 203 | 0 | 115 | 50 | 17 | 513 | 105 | 64 |
| Binary | 11011001 | 110010 | 10000011 | 0 | 1001101 | 101000 | 1111 | 101001011 | 1000101 | 110100 |
Color Harmonies of #D93283
Complementary color
Monochromatic Colors of #D93283
Black with #D93283
Text Example
Text Example
White with #D93283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93283; }
p { color: rgb(217,50,131); }
H1.HeaderClassName
{
color: #D93283;
}
.AnyTagClassName
{
color: #D93283;
}
</style>
background-color css
<style>
a { background-color: #D93283; }
a { background-color: rgb(217,50,131); }
div.DivClassName
{
background-color: #D93283;
}
.BgClassName
{
background-color: #D93283;
}
</style>
border-color css
<style>
span { border-color: #D93283; }
span { border-color: rgb(217,50,131); }
td.TdClassName
{
border-color: #D93283;
}
.TagClassName
{
border-color: #D93283;
}
</style>