Shades of Deep Cerise #D93FA3
Tints of Deep Cerise #D93FA3
RGB
CMYK
RGB Variations
Color information
#D93FA3 (or 0xD93FA3) is known color: Deep Cerise. HEX triplet: D9, 3F and A3. RGB value is (217,63,163). Sum of RGB (Red+Green+Blue) = 217+63+163=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93FA3 is #26C05C. Grayscale: #787878. Windows color (decimal): -2539613 or 10698713. OLE color: 10698713.
HSL color Cylindrical-coordinate representation of color #D93FA3: hue angle of 321.04º 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 #D93FA3 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 163 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.15 |
| HSL | 321.04º | 0.67% | 0.55% | - |
| HSV(B) | 321.04º | 0.71% | 0.85% | - |
| XYZ | 37 | 20.95 | 36.74 | - |
| YUV | 120.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 163 | 0 | 0.71 | 0.25 | 0.15 | 321.04 | 0.67 | 0.55 |
| Hex | D9 | 3F | A3 | 0 | 47 | 19 | F | 141 | 43 | 37 |
| Octal | 331 | 77 | 243 | 0 | 107 | 31 | 17 | 501 | 103 | 67 |
| Binary | 11011001 | 111111 | 10100011 | 0 | 1000111 | 11001 | 1111 | 101000001 | 1000011 | 110111 |
Color Harmonies of #D93FA3
Complementary color
Monochromatic Colors of #D93FA3
Black with #D93FA3
Text Example
Text Example
White with #D93FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FA3; }
p { color: rgb(217,63,163); }
H1.HeaderClassName
{
color: #D93FA3;
}
.AnyTagClassName
{
color: #D93FA3;
}
</style>
background-color css
<style>
a { background-color: #D93FA3; }
a { background-color: rgb(217,63,163); }
div.DivClassName
{
background-color: #D93FA3;
}
.BgClassName
{
background-color: #D93FA3;
}
</style>
border-color css
<style>
span { border-color: #D93FA3; }
span { border-color: rgb(217,63,163); }
td.TdClassName
{
border-color: #D93FA3;
}
.TagClassName
{
border-color: #D93FA3;
}
</style>