Shades of Deep Cerise #D538AC
Tints of Deep Cerise #D538AC
RGB
CMYK
RGB Variations
Color information
#D538AC (or 0xD538AC) is known color: Deep Cerise. HEX triplet: D5, 38 and AC. RGB value is (213,56,172). Sum of RGB (Red+Green+Blue) = 213+56+172=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D538AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D538AC is #2AC753. Grayscale: #737373. Windows color (decimal): -2803540 or 11286741. OLE color: 11286741.
HSL color Cylindrical-coordinate representation of color #D538AC: hue angle of 315.67º 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 #D538AC is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 172 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.16 |
| HSL | 315.67º | 0.65% | 0.53% | - |
| HSV(B) | 315.67º | 0.74% | 0.84% | - |
| XYZ | 36.3 | 19.95 | 40.97 | - |
| YUV | 116.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 172 | 0 | 0.74 | 0.19 | 0.16 | 315.67 | 0.65 | 0.53 |
| Hex | D5 | 38 | AC | 0 | 4A | 13 | 10 | 13C | 41 | 35 |
| Octal | 325 | 70 | 254 | 0 | 112 | 23 | 20 | 474 | 101 | 65 |
| Binary | 11010101 | 111000 | 10101100 | 0 | 1001010 | 10011 | 10000 | 100111100 | 1000001 | 110101 |
Color Harmonies of #D538AC
Complementary color
Monochromatic Colors of #D538AC
Black with #D538AC
Text Example
Text Example
White with #D538AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538AC; }
p { color: rgb(213,56,172); }
H1.HeaderClassName
{
color: #D538AC;
}
.AnyTagClassName
{
color: #D538AC;
}
</style>
background-color css
<style>
a { background-color: #D538AC; }
a { background-color: rgb(213,56,172); }
div.DivClassName
{
background-color: #D538AC;
}
.BgClassName
{
background-color: #D538AC;
}
</style>
border-color css
<style>
span { border-color: #D538AC; }
span { border-color: rgb(213,56,172); }
td.TdClassName
{
border-color: #D538AC;
}
.TagClassName
{
border-color: #D538AC;
}
</style>