Shades of Deep Cerise #D925A1
Tints of Deep Cerise #D925A1
RGB
CMYK
RGB Variations
Color information
#D925A1 (or 0xD925A1) is known color: Deep Cerise. HEX triplet: D9, 25 and A1. RGB value is (217,37,161). Sum of RGB (Red+Green+Blue) = 217+37+161=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D925A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D925A1 is #26DA5E. Grayscale: #686868. Windows color (decimal): -2546271 or 10560985. OLE color: 10560985.
HSL color Cylindrical-coordinate representation of color #D925A1: hue angle of 318.67º 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 #D925A1 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 161 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.15 |
| HSL | 318.67º | 0.71% | 0.5% | - |
| HSV(B) | 318.67º | 0.83% | 0.85% | - |
| XYZ | 35.71 | 18.65 | 35.44 | - |
| YUV | 104.96 | 159.63 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 161 | 0 | 0.83 | 0.26 | 0.15 | 318.67 | 0.71 | 0.5 |
| Hex | D9 | 25 | A1 | 0 | 53 | 1A | F | 13F | 47 | 32 |
| Octal | 331 | 45 | 241 | 0 | 123 | 32 | 17 | 477 | 107 | 62 |
| Binary | 11011001 | 100101 | 10100001 | 0 | 1010011 | 11010 | 1111 | 100111111 | 1000111 | 110010 |
Color Harmonies of #D925A1
Complementary color
Monochromatic Colors of #D925A1
Black with #D925A1
Text Example
Text Example
White with #D925A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925A1; }
p { color: rgb(217,37,161); }
H1.HeaderClassName
{
color: #D925A1;
}
.AnyTagClassName
{
color: #D925A1;
}
</style>
background-color css
<style>
a { background-color: #D925A1; }
a { background-color: rgb(217,37,161); }
div.DivClassName
{
background-color: #D925A1;
}
.BgClassName
{
background-color: #D925A1;
}
</style>
border-color css
<style>
span { border-color: #D925A1; }
span { border-color: rgb(217,37,161); }
td.TdClassName
{
border-color: #D925A1;
}
.TagClassName
{
border-color: #D925A1;
}
</style>