Shades of Deep Cerise #D93EA3
Tints of Deep Cerise #D93EA3
RGB
CMYK
RGB Variations
Color information
#D93EA3 (or 0xD93EA3) is known color: Deep Cerise. HEX triplet: D9, 3E and A3. RGB value is (217,62,163). Sum of RGB (Red+Green+Blue) = 217+62+163=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D93EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93EA3 is #26C15C. Grayscale: #777777. Windows color (decimal): -2539869 or 10698457. OLE color: 10698457.
HSL color Cylindrical-coordinate representation of color #D93EA3: hue angle of 320.9º 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 #D93EA3 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 62 | 163 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.15 |
| HSL | 320.9º | 0.67% | 0.55% | - |
| HSV(B) | 320.9º | 0.71% | 0.85% | - |
| XYZ | 36.95 | 20.84 | 36.73 | - |
| YUV | 119.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 163 | 0 | 0.71 | 0.25 | 0.15 | 320.9 | 0.67 | 0.55 |
| Hex | D9 | 3E | A3 | 0 | 47 | 19 | F | 141 | 43 | 37 |
| Octal | 331 | 76 | 243 | 0 | 107 | 31 | 17 | 501 | 103 | 67 |
| Binary | 11011001 | 111110 | 10100011 | 0 | 1000111 | 11001 | 1111 | 101000001 | 1000011 | 110111 |
Color Harmonies of #D93EA3
Complementary color
Monochromatic Colors of #D93EA3
Black with #D93EA3
Text Example
Text Example
White with #D93EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93EA3; }
p { color: rgb(217,62,163); }
H1.HeaderClassName
{
color: #D93EA3;
}
.AnyTagClassName
{
color: #D93EA3;
}
</style>
background-color css
<style>
a { background-color: #D93EA3; }
a { background-color: rgb(217,62,163); }
div.DivClassName
{
background-color: #D93EA3;
}
.BgClassName
{
background-color: #D93EA3;
}
</style>
border-color css
<style>
span { border-color: #D93EA3; }
span { border-color: rgb(217,62,163); }
td.TdClassName
{
border-color: #D93EA3;
}
.TagClassName
{
border-color: #D93EA3;
}
</style>