Shades of Deep Cerise #D724A1
Tints of Deep Cerise #D724A1
RGB
CMYK
RGB Variations
Color information
#D724A1 (or 0xD724A1) is known color: Deep Cerise. HEX triplet: D7, 24 and A1. RGB value is (215,36,161). Sum of RGB (Red+Green+Blue) = 215+36+161=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D724A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D724A1 is #28DB5E. Grayscale: #676767. Windows color (decimal): -2677599 or 10560727. OLE color: 10560727.
HSL color Cylindrical-coordinate representation of color #D724A1: hue angle of 318.1º 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 #D724A1 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 161 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.16 |
| HSL | 318.1º | 0.71% | 0.49% | - |
| HSV(B) | 318.1º | 0.83% | 0.84% | - |
| XYZ | 35.09 | 18.28 | 35.4 | - |
| YUV | 103.77 | 160.3 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 161 | 0 | 0.83 | 0.25 | 0.16 | 318.1 | 0.71 | 0.49 |
| Hex | D7 | 24 | A1 | 0 | 53 | 19 | 10 | 13E | 47 | 31 |
| Octal | 327 | 44 | 241 | 0 | 123 | 31 | 20 | 476 | 107 | 61 |
| Binary | 11010111 | 100100 | 10100001 | 0 | 1010011 | 11001 | 10000 | 100111110 | 1000111 | 110001 |
Color Harmonies of #D724A1
Complementary color
Monochromatic Colors of #D724A1
Black with #D724A1
Text Example
Text Example
White with #D724A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724A1; }
p { color: rgb(215,36,161); }
H1.HeaderClassName
{
color: #D724A1;
}
.AnyTagClassName
{
color: #D724A1;
}
</style>
background-color css
<style>
a { background-color: #D724A1; }
a { background-color: rgb(215,36,161); }
div.DivClassName
{
background-color: #D724A1;
}
.BgClassName
{
background-color: #D724A1;
}
</style>
border-color css
<style>
span { border-color: #D724A1; }
span { border-color: rgb(215,36,161); }
td.TdClassName
{
border-color: #D724A1;
}
.TagClassName
{
border-color: #D724A1;
}
</style>