Shades of Deep Cerise #D7237D
Tints of Deep Cerise #D7237D
RGB
CMYK
RGB Variations
Color information
#D7237D (or 0xD7237D) is known color: Deep Cerise. HEX triplet: D7, 23 and 7D. RGB value is (215,35,125). Sum of RGB (Red+Green+Blue) = 215+35+125=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7237D is #28DC82. Grayscale: #626262. Windows color (decimal): -2677891 or 8201175. OLE color: 8201175.
HSL color Cylindrical-coordinate representation of color #D7237D: hue angle of 330º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7237D is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 125 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.16 |
| HSL | 330º | 0.72% | 0.49% | - |
| HSV(B) | 330º | 0.84% | 0.84% | - |
| XYZ | 32.33 | 17.13 | 21 | - |
| YUV | 99.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 125 | 0 | 0.84 | 0.42 | 0.16 | 330 | 0.72 | 0.49 |
| Hex | D7 | 23 | 7D | 0 | 54 | 2A | 10 | 14A | 48 | 31 |
| Octal | 327 | 43 | 175 | 0 | 124 | 52 | 20 | 512 | 110 | 61 |
| Binary | 11010111 | 100011 | 1111101 | 0 | 1010100 | 101010 | 10000 | 101001010 | 1001000 | 110001 |
Color Harmonies of #D7237D
Complementary color
Monochromatic Colors of #D7237D
Black with #D7237D
Text Example
Text Example
White with #D7237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7237D; }
p { color: rgb(215,35,125); }
H1.HeaderClassName
{
color: #D7237D;
}
.AnyTagClassName
{
color: #D7237D;
}
</style>
background-color css
<style>
a { background-color: #D7237D; }
a { background-color: rgb(215,35,125); }
div.DivClassName
{
background-color: #D7237D;
}
.BgClassName
{
background-color: #D7237D;
}
</style>
border-color css
<style>
span { border-color: #D7237D; }
span { border-color: rgb(215,35,125); }
td.TdClassName
{
border-color: #D7237D;
}
.TagClassName
{
border-color: #D7237D;
}
</style>