Shades of Deep Cerise #D538A0
Tints of Deep Cerise #D538A0
RGB
CMYK
RGB Variations
Color information
#D538A0 (or 0xD538A0) is known color: Deep Cerise. HEX triplet: D5, 38 and A0. RGB value is (213,56,160). Sum of RGB (Red+Green+Blue) = 213+56+160=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D538A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D538A0 is #2AC75F. Grayscale: #727272. Windows color (decimal): -2803552 or 10500309. OLE color: 10500309.
HSL color Cylindrical-coordinate representation of color #D538A0: hue angle of 320.25º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D538A0 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 160 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.16 |
| HSL | 320.25º | 0.65% | 0.53% | - |
| HSV(B) | 320.25º | 0.74% | 0.84% | - |
| XYZ | 35.2 | 19.51 | 35.17 | - |
| YUV | 114.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 160 | 0 | 0.74 | 0.25 | 0.16 | 320.25 | 0.65 | 0.53 |
| Hex | D5 | 38 | A0 | 0 | 4A | 19 | 10 | 140 | 41 | 35 |
| Octal | 325 | 70 | 240 | 0 | 112 | 31 | 20 | 500 | 101 | 65 |
| Binary | 11010101 | 111000 | 10100000 | 0 | 1001010 | 11001 | 10000 | 101000000 | 1000001 | 110101 |
Color Harmonies of #D538A0
Complementary color
Monochromatic Colors of #D538A0
Black with #D538A0
Text Example
Text Example
White with #D538A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538A0; }
p { color: rgb(213,56,160); }
H1.HeaderClassName
{
color: #D538A0;
}
.AnyTagClassName
{
color: #D538A0;
}
</style>
background-color css
<style>
a { background-color: #D538A0; }
a { background-color: rgb(213,56,160); }
div.DivClassName
{
background-color: #D538A0;
}
.BgClassName
{
background-color: #D538A0;
}
</style>
border-color css
<style>
span { border-color: #D538A0; }
span { border-color: rgb(213,56,160); }
td.TdClassName
{
border-color: #D538A0;
}
.TagClassName
{
border-color: #D538A0;
}
</style>