Shades of Deep Cerise #D93FA5
Tints of Deep Cerise #D93FA5
RGB
CMYK
RGB Variations
Color information
#D93FA5 (or 0xD93FA5) is known color: Deep Cerise. HEX triplet: D9, 3F and A5. RGB value is (217,63,165). Sum of RGB (Red+Green+Blue) = 217+63+165=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93FA5 is #26C05A. Grayscale: #787878. Windows color (decimal): -2539611 or 10829785. OLE color: 10829785.
HSL color Cylindrical-coordinate representation of color #D93FA5: hue angle of 320.26º 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 #D93FA5 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 165 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.15 |
| HSL | 320.26º | 0.67% | 0.55% | - |
| HSV(B) | 320.26º | 0.71% | 0.85% | - |
| XYZ | 37.18 | 21.02 | 37.7 | - |
| YUV | 120.67 | 153.02 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 165 | 0 | 0.71 | 0.24 | 0.15 | 320.26 | 0.67 | 0.55 |
| Hex | D9 | 3F | A5 | 0 | 47 | 18 | F | 140 | 43 | 37 |
| Octal | 331 | 77 | 245 | 0 | 107 | 30 | 17 | 500 | 103 | 67 |
| Binary | 11011001 | 111111 | 10100101 | 0 | 1000111 | 11000 | 1111 | 101000000 | 1000011 | 110111 |
Color Harmonies of #D93FA5
Complementary color
Monochromatic Colors of #D93FA5
Black with #D93FA5
Text Example
Text Example
White with #D93FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FA5; }
p { color: rgb(217,63,165); }
H1.HeaderClassName
{
color: #D93FA5;
}
.AnyTagClassName
{
color: #D93FA5;
}
</style>
background-color css
<style>
a { background-color: #D93FA5; }
a { background-color: rgb(217,63,165); }
div.DivClassName
{
background-color: #D93FA5;
}
.BgClassName
{
background-color: #D93FA5;
}
</style>
border-color css
<style>
span { border-color: #D93FA5; }
span { border-color: rgb(217,63,165); }
td.TdClassName
{
border-color: #D93FA5;
}
.TagClassName
{
border-color: #D93FA5;
}
</style>