Shades of Deep Cerise #D93F7E
Tints of Deep Cerise #D93F7E
RGB
CMYK
RGB Variations
Color information
#D93F7E (or 0xD93F7E) is known color: Deep Cerise. HEX triplet: D9, 3F and 7E. RGB value is (217,63,126). Sum of RGB (Red+Green+Blue) = 217+63+126=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F7E is #26C081. Grayscale: #747474. Windows color (decimal): -2539650 or 8273881. OLE color: 8273881.
HSL color Cylindrical-coordinate representation of color #D93F7E: hue angle of 335.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93F7E is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 126 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.15 |
| HSL | 335.45º | 0.67% | 0.55% | - |
| HSV(B) | 335.45º | 0.71% | 0.85% | - |
| XYZ | 34.16 | 19.81 | 21.76 | - |
| YUV | 116.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 126 | 0 | 0.71 | 0.42 | 0.15 | 335.45 | 0.67 | 0.55 |
| Hex | D9 | 3F | 7E | 0 | 47 | 2A | F | 14F | 43 | 37 |
| Octal | 331 | 77 | 176 | 0 | 107 | 52 | 17 | 517 | 103 | 67 |
| Binary | 11011001 | 111111 | 1111110 | 0 | 1000111 | 101010 | 1111 | 101001111 | 1000011 | 110111 |
Color Harmonies of #D93F7E
Complementary color
Monochromatic Colors of #D93F7E
Black with #D93F7E
Text Example
Text Example
White with #D93F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93F7E; }
p { color: rgb(217,63,126); }
H1.HeaderClassName
{
color: #D93F7E;
}
.AnyTagClassName
{
color: #D93F7E;
}
</style>
background-color css
<style>
a { background-color: #D93F7E; }
a { background-color: rgb(217,63,126); }
div.DivClassName
{
background-color: #D93F7E;
}
.BgClassName
{
background-color: #D93F7E;
}
</style>
border-color css
<style>
span { border-color: #D93F7E; }
span { border-color: rgb(217,63,126); }
td.TdClassName
{
border-color: #D93F7E;
}
.TagClassName
{
border-color: #D93F7E;
}
</style>