Shades of Deep Cerise #D7257B
Tints of Deep Cerise #D7257B
RGB
CMYK
RGB Variations
Color information
#D7257B (or 0xD7257B) is known color: Deep Cerise. HEX triplet: D7, 25 and 7B. RGB value is (215,37,123). Sum of RGB (Red+Green+Blue) = 215+37+123=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7257B is #28DA84. Grayscale: #636363. Windows color (decimal): -2677381 or 8070615. OLE color: 8070615.
HSL color Cylindrical-coordinate representation of color #D7257B: hue angle of 331.01º 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 #D7257B is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 123 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.16 |
| HSL | 331.01º | 0.71% | 0.49% | - |
| HSV(B) | 331.01º | 0.83% | 0.84% | - |
| XYZ | 32.26 | 17.2 | 20.36 | - |
| YUV | 100.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 123 | 0 | 0.83 | 0.43 | 0.16 | 331.01 | 0.71 | 0.49 |
| Hex | D7 | 25 | 7B | 0 | 53 | 2B | 10 | 14B | 47 | 31 |
| Octal | 327 | 45 | 173 | 0 | 123 | 53 | 20 | 513 | 107 | 61 |
| Binary | 11010111 | 100101 | 1111011 | 0 | 1010011 | 101011 | 10000 | 101001011 | 1000111 | 110001 |
Color Harmonies of #D7257B
Complementary color
Monochromatic Colors of #D7257B
Black with #D7257B
Text Example
Text Example
White with #D7257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7257B; }
p { color: rgb(215,37,123); }
H1.HeaderClassName
{
color: #D7257B;
}
.AnyTagClassName
{
color: #D7257B;
}
</style>
background-color css
<style>
a { background-color: #D7257B; }
a { background-color: rgb(215,37,123); }
div.DivClassName
{
background-color: #D7257B;
}
.BgClassName
{
background-color: #D7257B;
}
</style>
border-color css
<style>
span { border-color: #D7257B; }
span { border-color: rgb(215,37,123); }
td.TdClassName
{
border-color: #D7257B;
}
.TagClassName
{
border-color: #D7257B;
}
</style>