Shades of Deep Cerise #D93DA4
Tints of Deep Cerise #D93DA4
RGB
CMYK
RGB Variations
Color information
#D93DA4 (or 0xD93DA4) is known color: Deep Cerise. HEX triplet: D9, 3D and A4. RGB value is (217,61,164). Sum of RGB (Red+Green+Blue) = 217+61+164=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93DA4 is #26C25B. Grayscale: #777777. Windows color (decimal): -2540124 or 10763737. OLE color: 10763737.
HSL color Cylindrical-coordinate representation of color #D93DA4: hue angle of 320.38º 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 #D93DA4 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 164 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.15 |
| HSL | 320.38º | 0.67% | 0.55% | - |
| HSV(B) | 320.38º | 0.72% | 0.85% | - |
| XYZ | 36.98 | 20.77 | 37.18 | - |
| YUV | 119.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 164 | 0 | 0.72 | 0.24 | 0.15 | 320.38 | 0.67 | 0.55 |
| Hex | D9 | 3D | A4 | 0 | 48 | 18 | F | 140 | 43 | 37 |
| Octal | 331 | 75 | 244 | 0 | 110 | 30 | 17 | 500 | 103 | 67 |
| Binary | 11011001 | 111101 | 10100100 | 0 | 1001000 | 11000 | 1111 | 101000000 | 1000011 | 110111 |
Color Harmonies of #D93DA4
Complementary color
Monochromatic Colors of #D93DA4
Black with #D93DA4
Text Example
Text Example
White with #D93DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DA4; }
p { color: rgb(217,61,164); }
H1.HeaderClassName
{
color: #D93DA4;
}
.AnyTagClassName
{
color: #D93DA4;
}
</style>
background-color css
<style>
a { background-color: #D93DA4; }
a { background-color: rgb(217,61,164); }
div.DivClassName
{
background-color: #D93DA4;
}
.BgClassName
{
background-color: #D93DA4;
}
</style>
border-color css
<style>
span { border-color: #D93DA4; }
span { border-color: rgb(217,61,164); }
td.TdClassName
{
border-color: #D93DA4;
}
.TagClassName
{
border-color: #D93DA4;
}
</style>