Shades of Deep Cerise #D52699
Tints of Deep Cerise #D52699
RGB
CMYK
RGB Variations
Color information
#D52699 (or 0xD52699) is known color: Deep Cerise. HEX triplet: D5, 26 and 99. RGB value is (213,38,153). Sum of RGB (Red+Green+Blue) = 213+38+153=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D52699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52699 is #2AD966. Grayscale: #676767. Windows color (decimal): -2808167 or 10036949. OLE color: 10036949.
HSL color Cylindrical-coordinate representation of color #D52699: hue angle of 320.57º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52699 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 153 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.16 |
| HSL | 320.57º | 0.7% | 0.49% | - |
| HSV(B) | 320.57º | 0.82% | 0.84% | - |
| XYZ | 33.88 | 17.83 | 31.79 | - |
| YUV | 103.44 | 155.98 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 153 | 0 | 0.82 | 0.28 | 0.16 | 320.57 | 0.7 | 0.49 |
| Hex | D5 | 26 | 99 | 0 | 52 | 1C | 10 | 141 | 46 | 31 |
| Octal | 325 | 46 | 231 | 0 | 122 | 34 | 20 | 501 | 106 | 61 |
| Binary | 11010101 | 100110 | 10011001 | 0 | 1010010 | 11100 | 10000 | 101000001 | 1000110 | 110001 |
Color Harmonies of #D52699
Complementary color
Monochromatic Colors of #D52699
Black with #D52699
Text Example
Text Example
White with #D52699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52699; }
p { color: rgb(213,38,153); }
H1.HeaderClassName
{
color: #D52699;
}
.AnyTagClassName
{
color: #D52699;
}
</style>
background-color css
<style>
a { background-color: #D52699; }
a { background-color: rgb(213,38,153); }
div.DivClassName
{
background-color: #D52699;
}
.BgClassName
{
background-color: #D52699;
}
</style>
border-color css
<style>
span { border-color: #D52699; }
span { border-color: rgb(213,38,153); }
td.TdClassName
{
border-color: #D52699;
}
.TagClassName
{
border-color: #D52699;
}
</style>