Shades of Dark Pink #DD548A
Tints of Dark Pink #DD548A
RGB
CMYK
RGB Variations
Color information
#DD548A (or 0xDD548A) is known color: Dark Pink. HEX triplet: DD, 54 and 8A. RGB value is (221,84,138). Sum of RGB (Red+Green+Blue) = 221+84+138=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD548A is #22AB75. Grayscale: #838383. Windows color (decimal): -2272118 or 9065693. OLE color: 9065693.
HSL color Cylindrical-coordinate representation of color #DD548A: hue angle of 336.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD548A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 138 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.13 |
| HSL | 336.35º | 0.67% | 0.6% | - |
| HSV(B) | 336.35º | 0.62% | 0.87% | - |
| XYZ | 37.58 | 23.55 | 26.61 | - |
| YUV | 131.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 138 | 0 | 0.62 | 0.38 | 0.13 | 336.35 | 0.67 | 0.6 |
| Hex | DD | 54 | 8A | 0 | 3E | 26 | D | 150 | 43 | 3C |
| Octal | 335 | 124 | 212 | 0 | 76 | 46 | 15 | 520 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10001010 | 0 | 111110 | 100110 | 1101 | 101010000 | 1000011 | 111100 |
Color Harmonies of #DD548A
Complementary color
Monochromatic Colors of #DD548A
Black with #DD548A
Text Example
Text Example
White with #DD548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD548A; }
p { color: rgb(221,84,138); }
H1.HeaderClassName
{
color: #DD548A;
}
.AnyTagClassName
{
color: #DD548A;
}
</style>
background-color css
<style>
a { background-color: #DD548A; }
a { background-color: rgb(221,84,138); }
div.DivClassName
{
background-color: #DD548A;
}
.BgClassName
{
background-color: #DD548A;
}
</style>
border-color css
<style>
span { border-color: #DD548A; }
span { border-color: rgb(221,84,138); }
td.TdClassName
{
border-color: #DD548A;
}
.TagClassName
{
border-color: #DD548A;
}
</style>