Shades of Deep Cerise #D93375
Tints of Deep Cerise #D93375
RGB
CMYK
RGB Variations
Color information
#D93375 (or 0xD93375) is known color: Deep Cerise. HEX triplet: D9, 33 and 75. RGB value is (217,51,117). Sum of RGB (Red+Green+Blue) = 217+51+117=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D93375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93375 is #26CC8A. Grayscale: #6C6C6C. Windows color (decimal): -2542731 or 7680985. OLE color: 7680985.
HSL color Cylindrical-coordinate representation of color #D93375: hue angle of 336.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93375 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 117 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.15 |
| HSL | 336.14º | 0.69% | 0.53% | - |
| HSV(B) | 336.14º | 0.76% | 0.85% | - |
| XYZ | 33.01 | 18.4 | 18.64 | - |
| YUV | 108.16 | 133 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 117 | 0 | 0.76 | 0.46 | 0.15 | 336.14 | 0.69 | 0.53 |
| Hex | D9 | 33 | 75 | 0 | 4C | 2E | F | 150 | 45 | 35 |
| Octal | 331 | 63 | 165 | 0 | 114 | 56 | 17 | 520 | 105 | 65 |
| Binary | 11011001 | 110011 | 1110101 | 0 | 1001100 | 101110 | 1111 | 101010000 | 1000101 | 110101 |
Color Harmonies of #D93375
Complementary color
Monochromatic Colors of #D93375
Black with #D93375
Text Example
Text Example
White with #D93375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93375; }
p { color: rgb(217,51,117); }
H1.HeaderClassName
{
color: #D93375;
}
.AnyTagClassName
{
color: #D93375;
}
</style>
background-color css
<style>
a { background-color: #D93375; }
a { background-color: rgb(217,51,117); }
div.DivClassName
{
background-color: #D93375;
}
.BgClassName
{
background-color: #D93375;
}
</style>
border-color css
<style>
span { border-color: #D93375; }
span { border-color: rgb(217,51,117); }
td.TdClassName
{
border-color: #D93375;
}
.TagClassName
{
border-color: #D93375;
}
</style>