Shades of Deep Cerise #D7207D
Tints of Deep Cerise #D7207D
RGB
CMYK
RGB Variations
Color information
#D7207D (or 0xD7207D) is known color: Deep Cerise. HEX triplet: D7, 20 and 7D. RGB value is (215,32,125). Sum of RGB (Red+Green+Blue) = 215+32+125=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7207D is #28DF82. Grayscale: #616161. Windows color (decimal): -2678659 or 8200407. OLE color: 8200407.
HSL color Cylindrical-coordinate representation of color #D7207D: hue angle of 329.51º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7207D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 125 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.16 |
| HSL | 329.51º | 0.74% | 0.48% | - |
| HSV(B) | 329.51º | 0.85% | 0.84% | - |
| XYZ | 32.24 | 16.96 | 20.98 | - |
| YUV | 97.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 125 | 0 | 0.85 | 0.42 | 0.16 | 329.51 | 0.74 | 0.48 |
| Hex | D7 | 20 | 7D | 0 | 55 | 2A | 10 | 14A | 4A | 30 |
| Octal | 327 | 40 | 175 | 0 | 125 | 52 | 20 | 512 | 112 | 60 |
| Binary | 11010111 | 100000 | 1111101 | 0 | 1010101 | 101010 | 10000 | 101001010 | 1001010 | 110000 |
Color Harmonies of #D7207D
Complementary color
Monochromatic Colors of #D7207D
Black with #D7207D
Text Example
Text Example
White with #D7207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7207D; }
p { color: rgb(215,32,125); }
H1.HeaderClassName
{
color: #D7207D;
}
.AnyTagClassName
{
color: #D7207D;
}
</style>
background-color css
<style>
a { background-color: #D7207D; }
a { background-color: rgb(215,32,125); }
div.DivClassName
{
background-color: #D7207D;
}
.BgClassName
{
background-color: #D7207D;
}
</style>
border-color css
<style>
span { border-color: #D7207D; }
span { border-color: rgb(215,32,125); }
td.TdClassName
{
border-color: #D7207D;
}
.TagClassName
{
border-color: #D7207D;
}
</style>