Shades of Dark Pink #DA558D
Tints of Dark Pink #DA558D
RGB
CMYK
RGB Variations
Color information
#DA558D (or 0xDA558D) is known color: Dark Pink. HEX triplet: DA, 55 and 8D. RGB value is (218,85,141). Sum of RGB (Red+Green+Blue) = 218+85+141=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA558D is #25AA72. Grayscale: #838383. Windows color (decimal): -2468467 or 9262554. OLE color: 9262554.
HSL color Cylindrical-coordinate representation of color #DA558D: hue angle of 334.74º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA558D is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 141 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.15 |
| HSL | 334.74º | 0.64% | 0.59% | - |
| HSV(B) | 334.74º | 0.61% | 0.85% | - |
| XYZ | 36.97 | 23.33 | 27.75 | - |
| YUV | 131.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 141 | 0 | 0.61 | 0.35 | 0.15 | 334.74 | 0.64 | 0.59 |
| Hex | DA | 55 | 8D | 0 | 3D | 23 | F | 14F | 40 | 3B |
| Octal | 332 | 125 | 215 | 0 | 75 | 43 | 17 | 517 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10001101 | 0 | 111101 | 100011 | 1111 | 101001111 | 1000000 | 111011 |
Color Harmonies of #DA558D
Complementary color
Monochromatic Colors of #DA558D
Black with #DA558D
Text Example
Text Example
White with #DA558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA558D; }
p { color: rgb(218,85,141); }
H1.HeaderClassName
{
color: #DA558D;
}
.AnyTagClassName
{
color: #DA558D;
}
</style>
background-color css
<style>
a { background-color: #DA558D; }
a { background-color: rgb(218,85,141); }
div.DivClassName
{
background-color: #DA558D;
}
.BgClassName
{
background-color: #DA558D;
}
</style>
border-color css
<style>
span { border-color: #DA558D; }
span { border-color: rgb(218,85,141); }
td.TdClassName
{
border-color: #DA558D;
}
.TagClassName
{
border-color: #DA558D;
}
</style>