Shades of Deep Cerise #D93DA1
Tints of Deep Cerise #D93DA1
RGB
CMYK
RGB Variations
Color information
#D93DA1 (or 0xD93DA1) is known color: Deep Cerise. HEX triplet: D9, 3D and A1. RGB value is (217,61,161). Sum of RGB (Red+Green+Blue) = 217+61+161=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93DA1 is #26C25E. Grayscale: #767676. Windows color (decimal): -2540127 or 10567129. OLE color: 10567129.
HSL color Cylindrical-coordinate representation of color #D93DA1: hue angle of 321.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93DA1 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 161 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.15 |
| HSL | 321.54º | 0.67% | 0.55% | - |
| HSV(B) | 321.54º | 0.72% | 0.85% | - |
| XYZ | 36.72 | 20.66 | 35.77 | - |
| YUV | 119.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 161 | 0 | 0.72 | 0.26 | 0.15 | 321.54 | 0.67 | 0.55 |
| Hex | D9 | 3D | A1 | 0 | 48 | 1A | F | 142 | 43 | 37 |
| Octal | 331 | 75 | 241 | 0 | 110 | 32 | 17 | 502 | 103 | 67 |
| Binary | 11011001 | 111101 | 10100001 | 0 | 1001000 | 11010 | 1111 | 101000010 | 1000011 | 110111 |
Color Harmonies of #D93DA1
Complementary color
Monochromatic Colors of #D93DA1
Black with #D93DA1
Text Example
Text Example
White with #D93DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DA1; }
p { color: rgb(217,61,161); }
H1.HeaderClassName
{
color: #D93DA1;
}
.AnyTagClassName
{
color: #D93DA1;
}
</style>
background-color css
<style>
a { background-color: #D93DA1; }
a { background-color: rgb(217,61,161); }
div.DivClassName
{
background-color: #D93DA1;
}
.BgClassName
{
background-color: #D93DA1;
}
</style>
border-color css
<style>
span { border-color: #D93DA1; }
span { border-color: rgb(217,61,161); }
td.TdClassName
{
border-color: #D93DA1;
}
.TagClassName
{
border-color: #D93DA1;
}
</style>