Shades of Deep Cerise #D93D85
Tints of Deep Cerise #D93D85
RGB
CMYK
RGB Variations
Color information
#D93D85 (or 0xD93D85) is known color: Deep Cerise. HEX triplet: D9, 3D and 85. RGB value is (217,61,133). Sum of RGB (Red+Green+Blue) = 217+61+133=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93D85 is #26C27A. Grayscale: #737373. Windows color (decimal): -2540155 or 8732121. OLE color: 8732121.
HSL color Cylindrical-coordinate representation of color #D93D85: hue angle of 332.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 #D93D85 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 133 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.15 |
| HSL | 332.31º | 0.67% | 0.55% | - |
| HSV(B) | 332.31º | 0.72% | 0.85% | - |
| XYZ | 34.52 | 19.78 | 24.19 | - |
| YUV | 115.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 133 | 0 | 0.72 | 0.39 | 0.15 | 332.31 | 0.67 | 0.55 |
| Hex | D9 | 3D | 85 | 0 | 48 | 27 | F | 14C | 43 | 37 |
| Octal | 331 | 75 | 205 | 0 | 110 | 47 | 17 | 514 | 103 | 67 |
| Binary | 11011001 | 111101 | 10000101 | 0 | 1001000 | 100111 | 1111 | 101001100 | 1000011 | 110111 |
Color Harmonies of #D93D85
Complementary color
Monochromatic Colors of #D93D85
Black with #D93D85
Text Example
Text Example
White with #D93D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D85; }
p { color: rgb(217,61,133); }
H1.HeaderClassName
{
color: #D93D85;
}
.AnyTagClassName
{
color: #D93D85;
}
</style>
background-color css
<style>
a { background-color: #D93D85; }
a { background-color: rgb(217,61,133); }
div.DivClassName
{
background-color: #D93D85;
}
.BgClassName
{
background-color: #D93D85;
}
</style>
border-color css
<style>
span { border-color: #D93D85; }
span { border-color: rgb(217,61,133); }
td.TdClassName
{
border-color: #D93D85;
}
.TagClassName
{
border-color: #D93D85;
}
</style>