Shades of Dark Pink #DA548F
Tints of Dark Pink #DA548F
RGB
CMYK
RGB Variations
Color information
#DA548F (or 0xDA548F) is known color: Dark Pink. HEX triplet: DA, 54 and 8F. RGB value is (218,84,143). Sum of RGB (Red+Green+Blue) = 218+84+143=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA548F is #25AB70. Grayscale: #828282. Windows color (decimal): -2468721 or 9393370. OLE color: 9393370.
HSL color Cylindrical-coordinate representation of color #DA548F: hue angle of 333.58º 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 #DA548F is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 143 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.15 |
| HSL | 333.58º | 0.64% | 0.59% | - |
| HSV(B) | 333.58º | 0.61% | 0.85% | - |
| XYZ | 37.04 | 23.23 | 28.52 | - |
| YUV | 130.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 143 | 0 | 0.61 | 0.34 | 0.15 | 333.58 | 0.64 | 0.59 |
| Hex | DA | 54 | 8F | 0 | 3D | 22 | F | 14E | 40 | 3B |
| Octal | 332 | 124 | 217 | 0 | 75 | 42 | 17 | 516 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10001111 | 0 | 111101 | 100010 | 1111 | 101001110 | 1000000 | 111011 |
Color Harmonies of #DA548F
Complementary color
Monochromatic Colors of #DA548F
Black with #DA548F
Text Example
Text Example
White with #DA548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA548F; }
p { color: rgb(218,84,143); }
H1.HeaderClassName
{
color: #DA548F;
}
.AnyTagClassName
{
color: #DA548F;
}
</style>
background-color css
<style>
a { background-color: #DA548F; }
a { background-color: rgb(218,84,143); }
div.DivClassName
{
background-color: #DA548F;
}
.BgClassName
{
background-color: #DA548F;
}
</style>
border-color css
<style>
span { border-color: #DA548F; }
span { border-color: rgb(218,84,143); }
td.TdClassName
{
border-color: #DA548F;
}
.TagClassName
{
border-color: #DA548F;
}
</style>