Shades of Dark Pink #DA538D
Tints of Dark Pink #DA538D
RGB
CMYK
RGB Variations
Color information
#DA538D (or 0xDA538D) is known color: Dark Pink. HEX triplet: DA, 53 and 8D. RGB value is (218,83,141). Sum of RGB (Red+Green+Blue) = 218+83+141=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA538D is #25AC72. Grayscale: #818181. Windows color (decimal): -2468979 or 9262042. OLE color: 9262042.
HSL color Cylindrical-coordinate representation of color #DA538D: hue angle of 334.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA538D is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 141 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.15 |
| HSL | 334.22º | 0.65% | 0.59% | - |
| HSV(B) | 334.22º | 0.62% | 0.85% | - |
| XYZ | 36.81 | 23.02 | 27.7 | - |
| YUV | 129.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 141 | 0 | 0.62 | 0.35 | 0.15 | 334.22 | 0.65 | 0.59 |
| Hex | DA | 53 | 8D | 0 | 3E | 23 | F | 14E | 41 | 3B |
| Octal | 332 | 123 | 215 | 0 | 76 | 43 | 17 | 516 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10001101 | 0 | 111110 | 100011 | 1111 | 101001110 | 1000001 | 111011 |
Color Harmonies of #DA538D
Complementary color
Monochromatic Colors of #DA538D
Black with #DA538D
Text Example
Text Example
White with #DA538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA538D; }
p { color: rgb(218,83,141); }
H1.HeaderClassName
{
color: #DA538D;
}
.AnyTagClassName
{
color: #DA538D;
}
</style>
background-color css
<style>
a { background-color: #DA538D; }
a { background-color: rgb(218,83,141); }
div.DivClassName
{
background-color: #DA538D;
}
.BgClassName
{
background-color: #DA538D;
}
</style>
border-color css
<style>
span { border-color: #DA538D; }
span { border-color: rgb(218,83,141); }
td.TdClassName
{
border-color: #DA538D;
}
.TagClassName
{
border-color: #DA538D;
}
</style>