Shades of Dark Pink #DC528A
Tints of Dark Pink #DC528A
RGB
CMYK
RGB Variations
Color information
#DC528A (or 0xDC528A) is known color: Dark Pink. HEX triplet: DC, 52 and 8A. RGB value is (220,82,138). Sum of RGB (Red+Green+Blue) = 220+82+138=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC528A is #23AD75. Grayscale: #818181. Windows color (decimal): -2338166 or 9065180. OLE color: 9065180.
HSL color Cylindrical-coordinate representation of color #DC528A: hue angle of 335.65º 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 #DC528A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 138 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.14 |
| HSL | 335.65º | 0.66% | 0.59% | - |
| HSV(B) | 335.65º | 0.63% | 0.86% | - |
| XYZ | 37.12 | 23.09 | 26.54 | - |
| YUV | 129.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 138 | 0 | 0.63 | 0.37 | 0.14 | 335.65 | 0.66 | 0.59 |
| Hex | DC | 52 | 8A | 0 | 3F | 25 | E | 150 | 42 | 3B |
| Octal | 334 | 122 | 212 | 0 | 77 | 45 | 16 | 520 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10001010 | 0 | 111111 | 100101 | 1110 | 101010000 | 1000010 | 111011 |
Color Harmonies of #DC528A
Complementary color
Monochromatic Colors of #DC528A
Black with #DC528A
Text Example
Text Example
White with #DC528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC528A; }
p { color: rgb(220,82,138); }
H1.HeaderClassName
{
color: #DC528A;
}
.AnyTagClassName
{
color: #DC528A;
}
</style>
background-color css
<style>
a { background-color: #DC528A; }
a { background-color: rgb(220,82,138); }
div.DivClassName
{
background-color: #DC528A;
}
.BgClassName
{
background-color: #DC528A;
}
</style>
border-color css
<style>
span { border-color: #DC528A; }
span { border-color: rgb(220,82,138); }
td.TdClassName
{
border-color: #DC528A;
}
.TagClassName
{
border-color: #DC528A;
}
</style>