Shades of Dark Pink #DC548C
Tints of Dark Pink #DC548C
RGB
CMYK
RGB Variations
Color information
#DC548C (or 0xDC548C) is known color: Dark Pink. HEX triplet: DC, 54 and 8C. RGB value is (220,84,140). Sum of RGB (Red+Green+Blue) = 220+84+140=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC548C is #23AB73. Grayscale: #828282. Windows color (decimal): -2337652 or 9196764. OLE color: 9196764.
HSL color Cylindrical-coordinate representation of color #DC548C: hue angle of 335.29º 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 #DC548C is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 140 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.14 |
| HSL | 335.29º | 0.66% | 0.6% | - |
| HSV(B) | 335.29º | 0.62% | 0.86% | - |
| XYZ | 37.42 | 23.45 | 27.36 | - |
| YUV | 131.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 140 | 0 | 0.62 | 0.36 | 0.14 | 335.29 | 0.66 | 0.6 |
| Hex | DC | 54 | 8C | 0 | 3E | 24 | E | 14F | 42 | 3C |
| Octal | 334 | 124 | 214 | 0 | 76 | 44 | 16 | 517 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10001100 | 0 | 111110 | 100100 | 1110 | 101001111 | 1000010 | 111100 |
Color Harmonies of #DC548C
Complementary color
Monochromatic Colors of #DC548C
Black with #DC548C
Text Example
Text Example
White with #DC548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC548C; }
p { color: rgb(220,84,140); }
H1.HeaderClassName
{
color: #DC548C;
}
.AnyTagClassName
{
color: #DC548C;
}
</style>
background-color css
<style>
a { background-color: #DC548C; }
a { background-color: rgb(220,84,140); }
div.DivClassName
{
background-color: #DC548C;
}
.BgClassName
{
background-color: #DC548C;
}
</style>
border-color css
<style>
span { border-color: #DC548C; }
span { border-color: rgb(220,84,140); }
td.TdClassName
{
border-color: #DC548C;
}
.TagClassName
{
border-color: #DC548C;
}
</style>