Shades of Dark Pink #D9548A
Tints of Dark Pink #D9548A
RGB
CMYK
RGB Variations
Color information
#D9548A (or 0xD9548A) is known color: Dark Pink. HEX triplet: D9, 54 and 8A. RGB value is (217,84,138). Sum of RGB (Red+Green+Blue) = 217+84+138=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9548A is #26AB75. Grayscale: #818181. Windows color (decimal): -2534262 or 9065689. OLE color: 9065689.
HSL color Cylindrical-coordinate representation of color #D9548A: hue angle of 335.64º 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 #D9548A is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 138 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.15 |
| HSL | 335.64º | 0.64% | 0.59% | - |
| HSV(B) | 335.64º | 0.61% | 0.85% | - |
| XYZ | 36.37 | 22.93 | 26.55 | - |
| YUV | 129.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 138 | 0 | 0.61 | 0.36 | 0.15 | 335.64 | 0.64 | 0.59 |
| Hex | D9 | 54 | 8A | 0 | 3D | 24 | F | 150 | 40 | 3B |
| Octal | 331 | 124 | 212 | 0 | 75 | 44 | 17 | 520 | 100 | 73 |
| Binary | 11011001 | 1010100 | 10001010 | 0 | 111101 | 100100 | 1111 | 101010000 | 1000000 | 111011 |
Color Harmonies of #D9548A
Complementary color
Monochromatic Colors of #D9548A
Black with #D9548A
Text Example
Text Example
White with #D9548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9548A; }
p { color: rgb(217,84,138); }
H1.HeaderClassName
{
color: #D9548A;
}
.AnyTagClassName
{
color: #D9548A;
}
</style>
background-color css
<style>
a { background-color: #D9548A; }
a { background-color: rgb(217,84,138); }
div.DivClassName
{
background-color: #D9548A;
}
.BgClassName
{
background-color: #D9548A;
}
</style>
border-color css
<style>
span { border-color: #D9548A; }
span { border-color: rgb(217,84,138); }
td.TdClassName
{
border-color: #D9548A;
}
.TagClassName
{
border-color: #D9548A;
}
</style>