Shades of Dark Pink #DA578F
Tints of Dark Pink #DA578F
RGB
CMYK
RGB Variations
Color information
#DA578F (or 0xDA578F) is known color: Dark Pink. HEX triplet: DA, 57 and 8F. RGB value is (218,87,143). Sum of RGB (Red+Green+Blue) = 218+87+143=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA578F is #25A870. Grayscale: #848484. Windows color (decimal): -2467953 or 9394138. OLE color: 9394138.
HSL color Cylindrical-coordinate representation of color #DA578F: hue angle of 334.35º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA578F is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 143 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.15 |
| HSL | 334.35º | 0.64% | 0.6% | - |
| HSV(B) | 334.35º | 0.6% | 0.85% | - |
| XYZ | 37.28 | 23.7 | 28.6 | - |
| YUV | 132.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 143 | 0 | 0.60 | 0.34 | 0.15 | 334.35 | 0.64 | 0.6 |
| Hex | DA | 57 | 8F | 0 | 3C | 22 | F | 14E | 40 | 3C |
| Octal | 332 | 127 | 217 | 0 | 74 | 42 | 17 | 516 | 100 | 74 |
| Binary | 11011010 | 1010111 | 10001111 | 0 | 111100 | 100010 | 1111 | 101001110 | 1000000 | 111100 |
Color Harmonies of #DA578F
Complementary color
Monochromatic Colors of #DA578F
Black with #DA578F
Text Example
Text Example
White with #DA578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA578F; }
p { color: rgb(218,87,143); }
H1.HeaderClassName
{
color: #DA578F;
}
.AnyTagClassName
{
color: #DA578F;
}
</style>
background-color css
<style>
a { background-color: #DA578F; }
a { background-color: rgb(218,87,143); }
div.DivClassName
{
background-color: #DA578F;
}
.BgClassName
{
background-color: #DA578F;
}
</style>
border-color css
<style>
span { border-color: #DA578F; }
span { border-color: rgb(218,87,143); }
td.TdClassName
{
border-color: #DA578F;
}
.TagClassName
{
border-color: #DA578F;
}
</style>