Shades of Dark Pink #DA558F
Tints of Dark Pink #DA558F
RGB
CMYK
RGB Variations
Color information
#DA558F (or 0xDA558F) is known color: Dark Pink. HEX triplet: DA, 55 and 8F. RGB value is (218,85,143). Sum of RGB (Red+Green+Blue) = 218+85+143=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA558F is #25AA70. Grayscale: #838383. Windows color (decimal): -2468465 or 9393626. OLE color: 9393626.
HSL color Cylindrical-coordinate representation of color #DA558F: hue angle of 333.83º 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 #DA558F is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 143 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.15 |
| HSL | 333.83º | 0.64% | 0.59% | - |
| HSV(B) | 333.83º | 0.61% | 0.85% | - |
| XYZ | 37.12 | 23.39 | 28.54 | - |
| YUV | 131.38 | 134.56 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 143 | 0 | 0.61 | 0.34 | 0.15 | 333.83 | 0.64 | 0.59 |
| Hex | DA | 55 | 8F | 0 | 3D | 22 | F | 14E | 40 | 3B |
| Octal | 332 | 125 | 217 | 0 | 75 | 42 | 17 | 516 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10001111 | 0 | 111101 | 100010 | 1111 | 101001110 | 1000000 | 111011 |
Color Harmonies of #DA558F
Complementary color
Monochromatic Colors of #DA558F
Black with #DA558F
Text Example
Text Example
White with #DA558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA558F; }
p { color: rgb(218,85,143); }
H1.HeaderClassName
{
color: #DA558F;
}
.AnyTagClassName
{
color: #DA558F;
}
</style>
background-color css
<style>
a { background-color: #DA558F; }
a { background-color: rgb(218,85,143); }
div.DivClassName
{
background-color: #DA558F;
}
.BgClassName
{
background-color: #DA558F;
}
</style>
border-color css
<style>
span { border-color: #DA558F; }
span { border-color: rgb(218,85,143); }
td.TdClassName
{
border-color: #DA558F;
}
.TagClassName
{
border-color: #DA558F;
}
</style>