Shades of Deep Cerise #D93DAC
Tints of Deep Cerise #D93DAC
RGB
CMYK
RGB Variations
Color information
#D93DAC (or 0xD93DAC) is known color: Deep Cerise. HEX triplet: D9, 3D and AC. RGB value is (217,61,172). Sum of RGB (Red+Green+Blue) = 217+61+172=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93DAC is #26C253. Grayscale: #787878. Windows color (decimal): -2540116 or 11288025. OLE color: 11288025.
HSL color Cylindrical-coordinate representation of color #D93DAC: hue angle of 317.31º 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 #D93DAC is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 172 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.15 |
| HSL | 317.31º | 0.67% | 0.55% | - |
| HSV(B) | 317.31º | 0.72% | 0.85% | - |
| XYZ | 37.73 | 21.07 | 41.11 | - |
| YUV | 120.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 172 | 0 | 0.72 | 0.21 | 0.15 | 317.31 | 0.67 | 0.55 |
| Hex | D9 | 3D | AC | 0 | 48 | 15 | F | 13D | 43 | 37 |
| Octal | 331 | 75 | 254 | 0 | 110 | 25 | 17 | 475 | 103 | 67 |
| Binary | 11011001 | 111101 | 10101100 | 0 | 1001000 | 10101 | 1111 | 100111101 | 1000011 | 110111 |
Color Harmonies of #D93DAC
Complementary color
Monochromatic Colors of #D93DAC
Black with #D93DAC
Text Example
Text Example
White with #D93DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DAC; }
p { color: rgb(217,61,172); }
H1.HeaderClassName
{
color: #D93DAC;
}
.AnyTagClassName
{
color: #D93DAC;
}
</style>
background-color css
<style>
a { background-color: #D93DAC; }
a { background-color: rgb(217,61,172); }
div.DivClassName
{
background-color: #D93DAC;
}
.BgClassName
{
background-color: #D93DAC;
}
</style>
border-color css
<style>
span { border-color: #D93DAC; }
span { border-color: rgb(217,61,172); }
td.TdClassName
{
border-color: #D93DAC;
}
.TagClassName
{
border-color: #D93DAC;
}
</style>