Shades of Deep Cerise #D7217B
Tints of Deep Cerise #D7217B
RGB
CMYK
RGB Variations
Color information
#D7217B (or 0xD7217B) is known color: Deep Cerise. HEX triplet: D7, 21 and 7B. RGB value is (215,33,123). Sum of RGB (Red+Green+Blue) = 215+33+123=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D7217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7217B is #28DE84. Grayscale: #616161. Windows color (decimal): -2678405 or 8069591. OLE color: 8069591.
HSL color Cylindrical-coordinate representation of color #D7217B: hue angle of 330.33º 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 #D7217B is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 123 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.16 |
| HSL | 330.33º | 0.73% | 0.49% | - |
| HSV(B) | 330.33º | 0.85% | 0.84% | - |
| XYZ | 32.14 | 16.96 | 20.32 | - |
| YUV | 97.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 123 | 0 | 0.85 | 0.43 | 0.16 | 330.33 | 0.73 | 0.49 |
| Hex | D7 | 21 | 7B | 0 | 55 | 2B | 10 | 14A | 49 | 31 |
| Octal | 327 | 41 | 173 | 0 | 125 | 53 | 20 | 512 | 111 | 61 |
| Binary | 11010111 | 100001 | 1111011 | 0 | 1010101 | 101011 | 10000 | 101001010 | 1001001 | 110001 |
Color Harmonies of #D7217B
Complementary color
Monochromatic Colors of #D7217B
Black with #D7217B
Text Example
Text Example
White with #D7217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7217B; }
p { color: rgb(215,33,123); }
H1.HeaderClassName
{
color: #D7217B;
}
.AnyTagClassName
{
color: #D7217B;
}
</style>
background-color css
<style>
a { background-color: #D7217B; }
a { background-color: rgb(215,33,123); }
div.DivClassName
{
background-color: #D7217B;
}
.BgClassName
{
background-color: #D7217B;
}
</style>
border-color css
<style>
span { border-color: #D7217B; }
span { border-color: rgb(215,33,123); }
td.TdClassName
{
border-color: #D7217B;
}
.TagClassName
{
border-color: #D7217B;
}
</style>