Shades of Deep Cerise #D925A0
Tints of Deep Cerise #D925A0
RGB
CMYK
RGB Variations
Color information
#D925A0 (or 0xD925A0) is known color: Deep Cerise. HEX triplet: D9, 25 and A0. RGB value is (217,37,160). Sum of RGB (Red+Green+Blue) = 217+37+160=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D925A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D925A0 is #26DA5F. Grayscale: #686868. Windows color (decimal): -2546272 or 10495449. OLE color: 10495449.
HSL color Cylindrical-coordinate representation of color #D925A0: hue angle of 319º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D925A0 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 160 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.15 |
| HSL | 319º | 0.71% | 0.5% | - |
| HSV(B) | 319º | 0.83% | 0.85% | - |
| XYZ | 35.62 | 18.61 | 34.97 | - |
| YUV | 104.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 160 | 0 | 0.83 | 0.26 | 0.15 | 319 | 0.71 | 0.5 |
| Hex | D9 | 25 | A0 | 0 | 53 | 1A | F | 13F | 47 | 32 |
| Octal | 331 | 45 | 240 | 0 | 123 | 32 | 17 | 477 | 107 | 62 |
| Binary | 11011001 | 100101 | 10100000 | 0 | 1010011 | 11010 | 1111 | 100111111 | 1000111 | 110010 |
Color Harmonies of #D925A0
Complementary color
Monochromatic Colors of #D925A0
Black with #D925A0
Text Example
Text Example
White with #D925A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925A0; }
p { color: rgb(217,37,160); }
H1.HeaderClassName
{
color: #D925A0;
}
.AnyTagClassName
{
color: #D925A0;
}
</style>
background-color css
<style>
a { background-color: #D925A0; }
a { background-color: rgb(217,37,160); }
div.DivClassName
{
background-color: #D925A0;
}
.BgClassName
{
background-color: #D925A0;
}
</style>
border-color css
<style>
span { border-color: #D925A0; }
span { border-color: rgb(217,37,160); }
td.TdClassName
{
border-color: #D925A0;
}
.TagClassName
{
border-color: #D925A0;
}
</style>