Shades of Dark Pink #DA548A
Tints of Dark Pink #DA548A
RGB
CMYK
RGB Variations
Color information
#DA548A (or 0xDA548A) is known color: Dark Pink. HEX triplet: DA, 54 and 8A. RGB value is (218,84,138). Sum of RGB (Red+Green+Blue) = 218+84+138=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA548A is #25AB75. Grayscale: #828282. Windows color (decimal): -2468726 or 9065690. OLE color: 9065690.
HSL color Cylindrical-coordinate representation of color #DA548A: hue angle of 335.82º 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 #DA548A is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 138 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.15 |
| HSL | 335.82º | 0.64% | 0.59% | - |
| HSV(B) | 335.82º | 0.61% | 0.85% | - |
| XYZ | 36.67 | 23.08 | 26.57 | - |
| YUV | 130.22 | 132.39 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 138 | 0 | 0.61 | 0.37 | 0.15 | 335.82 | 0.64 | 0.59 |
| Hex | DA | 54 | 8A | 0 | 3D | 25 | F | 150 | 40 | 3B |
| Octal | 332 | 124 | 212 | 0 | 75 | 45 | 17 | 520 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10001010 | 0 | 111101 | 100101 | 1111 | 101010000 | 1000000 | 111011 |
Color Harmonies of #DA548A
Complementary color
Monochromatic Colors of #DA548A
Black with #DA548A
Text Example
Text Example
White with #DA548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA548A; }
p { color: rgb(218,84,138); }
H1.HeaderClassName
{
color: #DA548A;
}
.AnyTagClassName
{
color: #DA548A;
}
</style>
background-color css
<style>
a { background-color: #DA548A; }
a { background-color: rgb(218,84,138); }
div.DivClassName
{
background-color: #DA548A;
}
.BgClassName
{
background-color: #DA548A;
}
</style>
border-color css
<style>
span { border-color: #DA548A; }
span { border-color: rgb(218,84,138); }
td.TdClassName
{
border-color: #DA548A;
}
.TagClassName
{
border-color: #DA548A;
}
</style>