Shades of Deep Cerise #D7217E
Tints of Deep Cerise #D7217E
RGB
CMYK
RGB Variations
Color information
#D7217E (or 0xD7217E) is known color: Deep Cerise. HEX triplet: D7, 21 and 7E. RGB value is (215,33,126). Sum of RGB (Red+Green+Blue) = 215+33+126=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7217E is #28DE81. Grayscale: #616161. Windows color (decimal): -2678402 or 8266199. OLE color: 8266199.
HSL color Cylindrical-coordinate representation of color #D7217E: hue angle of 329.34º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7217E is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 126 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.16 |
| HSL | 329.34º | 0.73% | 0.49% | - |
| HSV(B) | 329.34º | 0.85% | 0.84% | - |
| XYZ | 32.33 | 17.04 | 21.32 | - |
| YUV | 98.02 | 143.8 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 126 | 0 | 0.85 | 0.41 | 0.16 | 329.34 | 0.73 | 0.49 |
| Hex | D7 | 21 | 7E | 0 | 55 | 29 | 10 | 149 | 49 | 31 |
| Octal | 327 | 41 | 176 | 0 | 125 | 51 | 20 | 511 | 111 | 61 |
| Binary | 11010111 | 100001 | 1111110 | 0 | 1010101 | 101001 | 10000 | 101001001 | 1001001 | 110001 |
Color Harmonies of #D7217E
Complementary color
Monochromatic Colors of #D7217E
Black with #D7217E
Text Example
Text Example
White with #D7217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7217E; }
p { color: rgb(215,33,126); }
H1.HeaderClassName
{
color: #D7217E;
}
.AnyTagClassName
{
color: #D7217E;
}
</style>
background-color css
<style>
a { background-color: #D7217E; }
a { background-color: rgb(215,33,126); }
div.DivClassName
{
background-color: #D7217E;
}
.BgClassName
{
background-color: #D7217E;
}
</style>
border-color css
<style>
span { border-color: #D7217E; }
span { border-color: rgb(215,33,126); }
td.TdClassName
{
border-color: #D7217E;
}
.TagClassName
{
border-color: #D7217E;
}
</style>