Shades of Deep Cerise #D538AA
Tints of Deep Cerise #D538AA
RGB
CMYK
RGB Variations
Color information
#D538AA (or 0xD538AA) is known color: Deep Cerise. HEX triplet: D5, 38 and AA. RGB value is (213,56,170). Sum of RGB (Red+Green+Blue) = 213+56+170=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D538AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D538AA is #2AC755. Grayscale: #737373. Windows color (decimal): -2803542 or 11155669. OLE color: 11155669.
HSL color Cylindrical-coordinate representation of color #D538AA: hue angle of 316.43º 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 #D538AA is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 170 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.16 |
| HSL | 316.43º | 0.65% | 0.53% | - |
| HSV(B) | 316.43º | 0.74% | 0.84% | - |
| XYZ | 36.11 | 19.88 | 39.96 | - |
| YUV | 115.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 170 | 0 | 0.74 | 0.20 | 0.16 | 316.43 | 0.65 | 0.53 |
| Hex | D5 | 38 | AA | 0 | 4A | 14 | 10 | 13C | 41 | 35 |
| Octal | 325 | 70 | 252 | 0 | 112 | 24 | 20 | 474 | 101 | 65 |
| Binary | 11010101 | 111000 | 10101010 | 0 | 1001010 | 10100 | 10000 | 100111100 | 1000001 | 110101 |
Color Harmonies of #D538AA
Complementary color
Monochromatic Colors of #D538AA
Black with #D538AA
Text Example
Text Example
White with #D538AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538AA; }
p { color: rgb(213,56,170); }
H1.HeaderClassName
{
color: #D538AA;
}
.AnyTagClassName
{
color: #D538AA;
}
</style>
background-color css
<style>
a { background-color: #D538AA; }
a { background-color: rgb(213,56,170); }
div.DivClassName
{
background-color: #D538AA;
}
.BgClassName
{
background-color: #D538AA;
}
</style>
border-color css
<style>
span { border-color: #D538AA; }
span { border-color: rgb(213,56,170); }
td.TdClassName
{
border-color: #D538AA;
}
.TagClassName
{
border-color: #D538AA;
}
</style>