Shades of Dark Pink #DC548D
Tints of Dark Pink #DC548D
RGB
CMYK
RGB Variations
Color information
#DC548D (or 0xDC548D) is known color: Dark Pink. HEX triplet: DC, 54 and 8D. RGB value is (220,84,141). Sum of RGB (Red+Green+Blue) = 220+84+141=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC548D is #23AB72. Grayscale: #838383. Windows color (decimal): -2337651 or 9262300. OLE color: 9262300.
HSL color Cylindrical-coordinate representation of color #DC548D: hue angle of 334.85º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC548D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 141 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.14 |
| HSL | 334.85º | 0.66% | 0.6% | - |
| HSV(B) | 334.85º | 0.62% | 0.86% | - |
| XYZ | 37.49 | 23.48 | 27.76 | - |
| YUV | 131.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 141 | 0 | 0.62 | 0.36 | 0.14 | 334.85 | 0.66 | 0.6 |
| Hex | DC | 54 | 8D | 0 | 3E | 24 | E | 14F | 42 | 3C |
| Octal | 334 | 124 | 215 | 0 | 76 | 44 | 16 | 517 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10001101 | 0 | 111110 | 100100 | 1110 | 101001111 | 1000010 | 111100 |
Color Harmonies of #DC548D
Complementary color
Monochromatic Colors of #DC548D
Black with #DC548D
Text Example
Text Example
White with #DC548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC548D; }
p { color: rgb(220,84,141); }
H1.HeaderClassName
{
color: #DC548D;
}
.AnyTagClassName
{
color: #DC548D;
}
</style>
background-color css
<style>
a { background-color: #DC548D; }
a { background-color: rgb(220,84,141); }
div.DivClassName
{
background-color: #DC548D;
}
.BgClassName
{
background-color: #DC548D;
}
</style>
border-color css
<style>
span { border-color: #DC548D; }
span { border-color: rgb(220,84,141); }
td.TdClassName
{
border-color: #DC548D;
}
.TagClassName
{
border-color: #DC548D;
}
</style>