Shades of Deep Cerise #D93DA2
Tints of Deep Cerise #D93DA2
RGB
CMYK
RGB Variations
Color information
#D93DA2 (or 0xD93DA2) is known color: Deep Cerise. HEX triplet: D9, 3D and A2. RGB value is (217,61,162). Sum of RGB (Red+Green+Blue) = 217+61+162=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93DA2 is #26C25D. Grayscale: #767676. Windows color (decimal): -2540126 or 10632665. OLE color: 10632665.
HSL color Cylindrical-coordinate representation of color #D93DA2: hue angle of 321.15º 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 #D93DA2 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 162 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.15 |
| HSL | 321.15º | 0.67% | 0.55% | - |
| HSV(B) | 321.15º | 0.72% | 0.85% | - |
| XYZ | 36.81 | 20.7 | 36.24 | - |
| YUV | 119.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 162 | 0 | 0.72 | 0.25 | 0.15 | 321.15 | 0.67 | 0.55 |
| Hex | D9 | 3D | A2 | 0 | 48 | 19 | F | 141 | 43 | 37 |
| Octal | 331 | 75 | 242 | 0 | 110 | 31 | 17 | 501 | 103 | 67 |
| Binary | 11011001 | 111101 | 10100010 | 0 | 1001000 | 11001 | 1111 | 101000001 | 1000011 | 110111 |
Color Harmonies of #D93DA2
Complementary color
Monochromatic Colors of #D93DA2
Black with #D93DA2
Text Example
Text Example
White with #D93DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DA2; }
p { color: rgb(217,61,162); }
H1.HeaderClassName
{
color: #D93DA2;
}
.AnyTagClassName
{
color: #D93DA2;
}
</style>
background-color css
<style>
a { background-color: #D93DA2; }
a { background-color: rgb(217,61,162); }
div.DivClassName
{
background-color: #D93DA2;
}
.BgClassName
{
background-color: #D93DA2;
}
</style>
border-color css
<style>
span { border-color: #D93DA2; }
span { border-color: rgb(217,61,162); }
td.TdClassName
{
border-color: #D93DA2;
}
.TagClassName
{
border-color: #D93DA2;
}
</style>