Shades of Deep Cerise #D7257E
Tints of Deep Cerise #D7257E
RGB
CMYK
RGB Variations
Color information
#D7257E (or 0xD7257E) is known color: Deep Cerise. HEX triplet: D7, 25 and 7E. RGB value is (215,37,126). Sum of RGB (Red+Green+Blue) = 215+37+126=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7257E is #28DA81. Grayscale: #646464. Windows color (decimal): -2677378 or 8267223. OLE color: 8267223.
HSL color Cylindrical-coordinate representation of color #D7257E: hue angle of 330º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7257E is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 126 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.16 |
| HSL | 330º | 0.71% | 0.49% | - |
| HSV(B) | 330º | 0.83% | 0.84% | - |
| XYZ | 32.45 | 17.28 | 21.36 | - |
| YUV | 100.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 126 | 0 | 0.83 | 0.41 | 0.16 | 330 | 0.71 | 0.49 |
| Hex | D7 | 25 | 7E | 0 | 53 | 29 | 10 | 14A | 47 | 31 |
| Octal | 327 | 45 | 176 | 0 | 123 | 51 | 20 | 512 | 107 | 61 |
| Binary | 11010111 | 100101 | 1111110 | 0 | 1010011 | 101001 | 10000 | 101001010 | 1000111 | 110001 |
Color Harmonies of #D7257E
Complementary color
Monochromatic Colors of #D7257E
Black with #D7257E
Text Example
Text Example
White with #D7257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7257E; }
p { color: rgb(215,37,126); }
H1.HeaderClassName
{
color: #D7257E;
}
.AnyTagClassName
{
color: #D7257E;
}
</style>
background-color css
<style>
a { background-color: #D7257E; }
a { background-color: rgb(215,37,126); }
div.DivClassName
{
background-color: #D7257E;
}
.BgClassName
{
background-color: #D7257E;
}
</style>
border-color css
<style>
span { border-color: #D7257E; }
span { border-color: rgb(215,37,126); }
td.TdClassName
{
border-color: #D7257E;
}
.TagClassName
{
border-color: #D7257E;
}
</style>