Shades of Dark Pink #DC528C
Tints of Dark Pink #DC528C
RGB
CMYK
RGB Variations
Color information
#DC528C (or 0xDC528C) is known color: Dark Pink. HEX triplet: DC, 52 and 8C. RGB value is (220,82,140). Sum of RGB (Red+Green+Blue) = 220+82+140=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC528C is #23AD73. Grayscale: #818181. Windows color (decimal): -2338164 or 9196252. OLE color: 9196252.
HSL color Cylindrical-coordinate representation of color #DC528C: hue angle of 334.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC528C is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 140 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.14 |
| HSL | 334.78º | 0.66% | 0.59% | - |
| HSV(B) | 334.78º | 0.63% | 0.86% | - |
| XYZ | 37.27 | 23.14 | 27.31 | - |
| YUV | 129.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 140 | 0 | 0.63 | 0.36 | 0.14 | 334.78 | 0.66 | 0.59 |
| Hex | DC | 52 | 8C | 0 | 3F | 24 | E | 14F | 42 | 3B |
| Octal | 334 | 122 | 214 | 0 | 77 | 44 | 16 | 517 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10001100 | 0 | 111111 | 100100 | 1110 | 101001111 | 1000010 | 111011 |
Color Harmonies of #DC528C
Complementary color
Monochromatic Colors of #DC528C
Black with #DC528C
Text Example
Text Example
White with #DC528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC528C; }
p { color: rgb(220,82,140); }
H1.HeaderClassName
{
color: #DC528C;
}
.AnyTagClassName
{
color: #DC528C;
}
</style>
background-color css
<style>
a { background-color: #DC528C; }
a { background-color: rgb(220,82,140); }
div.DivClassName
{
background-color: #DC528C;
}
.BgClassName
{
background-color: #DC528C;
}
</style>
border-color css
<style>
span { border-color: #DC528C; }
span { border-color: rgb(220,82,140); }
td.TdClassName
{
border-color: #DC528C;
}
.TagClassName
{
border-color: #DC528C;
}
</style>