Shades of Deep Cerise #D93D8D
Tints of Deep Cerise #D93D8D
RGB
CMYK
RGB Variations
Color information
#D93D8D (or 0xD93D8D) is known color: Deep Cerise. HEX triplet: D9, 3D and 8D. RGB value is (217,61,141). Sum of RGB (Red+Green+Blue) = 217+61+141=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93D8D is #26C272. Grayscale: #747474. Windows color (decimal): -2540147 or 9256409. OLE color: 9256409.
HSL color Cylindrical-coordinate representation of color #D93D8D: hue angle of 329.23º 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 #D93D8D is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 141 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.15 |
| HSL | 329.23º | 0.67% | 0.55% | - |
| HSV(B) | 329.23º | 0.72% | 0.85% | - |
| XYZ | 35.09 | 20.01 | 27.21 | - |
| YUV | 116.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 141 | 0 | 0.72 | 0.35 | 0.15 | 329.23 | 0.67 | 0.55 |
| Hex | D9 | 3D | 8D | 0 | 48 | 23 | F | 149 | 43 | 37 |
| Octal | 331 | 75 | 215 | 0 | 110 | 43 | 17 | 511 | 103 | 67 |
| Binary | 11011001 | 111101 | 10001101 | 0 | 1001000 | 100011 | 1111 | 101001001 | 1000011 | 110111 |
Color Harmonies of #D93D8D
Complementary color
Monochromatic Colors of #D93D8D
Black with #D93D8D
Text Example
Text Example
White with #D93D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D8D; }
p { color: rgb(217,61,141); }
H1.HeaderClassName
{
color: #D93D8D;
}
.AnyTagClassName
{
color: #D93D8D;
}
</style>
background-color css
<style>
a { background-color: #D93D8D; }
a { background-color: rgb(217,61,141); }
div.DivClassName
{
background-color: #D93D8D;
}
.BgClassName
{
background-color: #D93D8D;
}
</style>
border-color css
<style>
span { border-color: #D93D8D; }
span { border-color: rgb(217,61,141); }
td.TdClassName
{
border-color: #D93D8D;
}
.TagClassName
{
border-color: #D93D8D;
}
</style>