Shades of Deep Cerise #D93D88
Tints of Deep Cerise #D93D88
RGB
CMYK
RGB Variations
Color information
#D93D88 (or 0xD93D88) is known color: Deep Cerise. HEX triplet: D9, 3D and 88. RGB value is (217,61,136). Sum of RGB (Red+Green+Blue) = 217+61+136=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93D88 is #26C277. Grayscale: #747474. Windows color (decimal): -2540152 or 8928729. OLE color: 8928729.
HSL color Cylindrical-coordinate representation of color #D93D88: hue angle of 331.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 #D93D88 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 136 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.15 |
| HSL | 331.15º | 0.67% | 0.55% | - |
| HSV(B) | 331.15º | 0.72% | 0.85% | - |
| XYZ | 34.73 | 19.87 | 25.3 | - |
| YUV | 116.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 136 | 0 | 0.72 | 0.37 | 0.15 | 331.15 | 0.67 | 0.55 |
| Hex | D9 | 3D | 88 | 0 | 48 | 25 | F | 14B | 43 | 37 |
| Octal | 331 | 75 | 210 | 0 | 110 | 45 | 17 | 513 | 103 | 67 |
| Binary | 11011001 | 111101 | 10001000 | 0 | 1001000 | 100101 | 1111 | 101001011 | 1000011 | 110111 |
Color Harmonies of #D93D88
Complementary color
Monochromatic Colors of #D93D88
Black with #D93D88
Text Example
Text Example
White with #D93D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D88; }
p { color: rgb(217,61,136); }
H1.HeaderClassName
{
color: #D93D88;
}
.AnyTagClassName
{
color: #D93D88;
}
</style>
background-color css
<style>
a { background-color: #D93D88; }
a { background-color: rgb(217,61,136); }
div.DivClassName
{
background-color: #D93D88;
}
.BgClassName
{
background-color: #D93D88;
}
</style>
border-color css
<style>
span { border-color: #D93D88; }
span { border-color: rgb(217,61,136); }
td.TdClassName
{
border-color: #D93D88;
}
.TagClassName
{
border-color: #D93D88;
}
</style>