Shades of Dark Pink #DC528B
Tints of Dark Pink #DC528B
RGB
CMYK
RGB Variations
Color information
#DC528B (or 0xDC528B) is known color: Dark Pink. HEX triplet: DC, 52 and 8B. RGB value is (220,82,139). Sum of RGB (Red+Green+Blue) = 220+82+139=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC528B is #23AD74. Grayscale: #818181. Windows color (decimal): -2338165 or 9130716. OLE color: 9130716.
HSL color Cylindrical-coordinate representation of color #DC528B: hue angle of 335.22º 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 #DC528B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 139 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.14 |
| HSL | 335.22º | 0.66% | 0.59% | - |
| HSV(B) | 335.22º | 0.63% | 0.86% | - |
| XYZ | 37.19 | 23.11 | 26.93 | - |
| YUV | 129.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 139 | 0 | 0.63 | 0.37 | 0.14 | 335.22 | 0.66 | 0.59 |
| Hex | DC | 52 | 8B | 0 | 3F | 25 | E | 14F | 42 | 3B |
| Octal | 334 | 122 | 213 | 0 | 77 | 45 | 16 | 517 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10001011 | 0 | 111111 | 100101 | 1110 | 101001111 | 1000010 | 111011 |
Color Harmonies of #DC528B
Complementary color
Monochromatic Colors of #DC528B
Black with #DC528B
Text Example
Text Example
White with #DC528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC528B; }
p { color: rgb(220,82,139); }
H1.HeaderClassName
{
color: #DC528B;
}
.AnyTagClassName
{
color: #DC528B;
}
</style>
background-color css
<style>
a { background-color: #DC528B; }
a { background-color: rgb(220,82,139); }
div.DivClassName
{
background-color: #DC528B;
}
.BgClassName
{
background-color: #DC528B;
}
</style>
border-color css
<style>
span { border-color: #DC528B; }
span { border-color: rgb(220,82,139); }
td.TdClassName
{
border-color: #DC528B;
}
.TagClassName
{
border-color: #DC528B;
}
</style>