Shades of Deep Cerise #D538A1
Tints of Deep Cerise #D538A1
RGB
CMYK
RGB Variations
Color information
#D538A1 (or 0xD538A1) is known color: Deep Cerise. HEX triplet: D5, 38 and A1. RGB value is (213,56,161). Sum of RGB (Red+Green+Blue) = 213+56+161=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D538A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D538A1 is #2AC75E. Grayscale: #727272. Windows color (decimal): -2803551 or 10565845. OLE color: 10565845.
HSL color Cylindrical-coordinate representation of color #D538A1: hue angle of 319.87º 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 #D538A1 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 161 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.16 |
| HSL | 319.87º | 0.65% | 0.53% | - |
| HSV(B) | 319.87º | 0.74% | 0.84% | - |
| XYZ | 35.29 | 19.55 | 35.63 | - |
| YUV | 114.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 161 | 0 | 0.74 | 0.24 | 0.16 | 319.87 | 0.65 | 0.53 |
| Hex | D5 | 38 | A1 | 0 | 4A | 18 | 10 | 140 | 41 | 35 |
| Octal | 325 | 70 | 241 | 0 | 112 | 30 | 20 | 500 | 101 | 65 |
| Binary | 11010101 | 111000 | 10100001 | 0 | 1001010 | 11000 | 10000 | 101000000 | 1000001 | 110101 |
Color Harmonies of #D538A1
Complementary color
Monochromatic Colors of #D538A1
Black with #D538A1
Text Example
Text Example
White with #D538A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538A1; }
p { color: rgb(213,56,161); }
H1.HeaderClassName
{
color: #D538A1;
}
.AnyTagClassName
{
color: #D538A1;
}
</style>
background-color css
<style>
a { background-color: #D538A1; }
a { background-color: rgb(213,56,161); }
div.DivClassName
{
background-color: #D538A1;
}
.BgClassName
{
background-color: #D538A1;
}
</style>
border-color css
<style>
span { border-color: #D538A1; }
span { border-color: rgb(213,56,161); }
td.TdClassName
{
border-color: #D538A1;
}
.TagClassName
{
border-color: #D538A1;
}
</style>