Shades of Deep Cerise #D93B7E
Tints of Deep Cerise #D93B7E
RGB
CMYK
RGB Variations
Color information
#D93B7E (or 0xD93B7E) is known color: Deep Cerise. HEX triplet: D9, 3B and 7E. RGB value is (217,59,126). Sum of RGB (Red+Green+Blue) = 217+59+126=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B7E is #26C481. Grayscale: #717171. Windows color (decimal): -2540674 or 8272857. OLE color: 8272857.
HSL color Cylindrical-coordinate representation of color #D93B7E: hue angle of 334.56º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93B7E is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 126 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.15 |
| HSL | 334.56º | 0.68% | 0.54% | - |
| HSV(B) | 334.56º | 0.73% | 0.85% | - |
| XYZ | 33.95 | 19.39 | 21.69 | - |
| YUV | 113.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 126 | 0 | 0.73 | 0.42 | 0.15 | 334.56 | 0.68 | 0.54 |
| Hex | D9 | 3B | 7E | 0 | 49 | 2A | F | 14F | 44 | 36 |
| Octal | 331 | 73 | 176 | 0 | 111 | 52 | 17 | 517 | 104 | 66 |
| Binary | 11011001 | 111011 | 1111110 | 0 | 1001001 | 101010 | 1111 | 101001111 | 1000100 | 110110 |
Color Harmonies of #D93B7E
Complementary color
Monochromatic Colors of #D93B7E
Black with #D93B7E
Text Example
Text Example
White with #D93B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B7E; }
p { color: rgb(217,59,126); }
H1.HeaderClassName
{
color: #D93B7E;
}
.AnyTagClassName
{
color: #D93B7E;
}
</style>
background-color css
<style>
a { background-color: #D93B7E; }
a { background-color: rgb(217,59,126); }
div.DivClassName
{
background-color: #D93B7E;
}
.BgClassName
{
background-color: #D93B7E;
}
</style>
border-color css
<style>
span { border-color: #D93B7E; }
span { border-color: rgb(217,59,126); }
td.TdClassName
{
border-color: #D93B7E;
}
.TagClassName
{
border-color: #D93B7E;
}
</style>