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