Shades of Deep Cerise #D5257F
Tints of Deep Cerise #D5257F
RGB
CMYK
RGB Variations
Color information
#D5257F (or 0xD5257F) is known color: Deep Cerise. HEX triplet: D5, 25 and 7F. RGB value is (213,37,127). Sum of RGB (Red+Green+Blue) = 213+37+127=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5257F is #2ADA80. Grayscale: #636363. Windows color (decimal): -2808449 or 8332757. OLE color: 8332757.
HSL color Cylindrical-coordinate representation of color #D5257F: hue angle of 329.32º degrees, saturation: 0.7, 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 #D5257F is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 127 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.16 |
| HSL | 329.32º | 0.7% | 0.49% | - |
| HSV(B) | 329.32º | 0.83% | 0.84% | - |
| XYZ | 31.93 | 17 | 21.68 | - |
| YUV | 99.88 | 143.31 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 127 | 0 | 0.83 | 0.40 | 0.16 | 329.32 | 0.7 | 0.49 |
| Hex | D5 | 25 | 7F | 0 | 53 | 28 | 10 | 149 | 46 | 31 |
| Octal | 325 | 45 | 177 | 0 | 123 | 50 | 20 | 511 | 106 | 61 |
| Binary | 11010101 | 100101 | 1111111 | 0 | 1010011 | 101000 | 10000 | 101001001 | 1000110 | 110001 |
Color Harmonies of #D5257F
Complementary color
Monochromatic Colors of #D5257F
Black with #D5257F
Text Example
Text Example
White with #D5257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5257F; }
p { color: rgb(213,37,127); }
H1.HeaderClassName
{
color: #D5257F;
}
.AnyTagClassName
{
color: #D5257F;
}
</style>
background-color css
<style>
a { background-color: #D5257F; }
a { background-color: rgb(213,37,127); }
div.DivClassName
{
background-color: #D5257F;
}
.BgClassName
{
background-color: #D5257F;
}
</style>
border-color css
<style>
span { border-color: #D5257F; }
span { border-color: rgb(213,37,127); }
td.TdClassName
{
border-color: #D5257F;
}
.TagClassName
{
border-color: #D5257F;
}
</style>