Shades of Dark Pink #DA528D
Tints of Dark Pink #DA528D
RGB
CMYK
RGB Variations
Color information
#DA528D (or 0xDA528D) is known color: Dark Pink. HEX triplet: DA, 52 and 8D. RGB value is (218,82,141). Sum of RGB (Red+Green+Blue) = 218+82+141=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA528D is #25AD72. Grayscale: #818181. Windows color (decimal): -2469235 or 9261786. OLE color: 9261786.
HSL color Cylindrical-coordinate representation of color #DA528D: hue angle of 333.97º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA528D is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 141 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.15 |
| HSL | 333.97º | 0.65% | 0.59% | - |
| HSV(B) | 333.97º | 0.62% | 0.85% | - |
| XYZ | 36.74 | 22.86 | 27.68 | - |
| YUV | 129.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 141 | 0 | 0.62 | 0.35 | 0.15 | 333.97 | 0.65 | 0.59 |
| Hex | DA | 52 | 8D | 0 | 3E | 23 | F | 14E | 41 | 3B |
| Octal | 332 | 122 | 215 | 0 | 76 | 43 | 17 | 516 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10001101 | 0 | 111110 | 100011 | 1111 | 101001110 | 1000001 | 111011 |
Color Harmonies of #DA528D
Complementary color
Monochromatic Colors of #DA528D
Black with #DA528D
Text Example
Text Example
White with #DA528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA528D; }
p { color: rgb(218,82,141); }
H1.HeaderClassName
{
color: #DA528D;
}
.AnyTagClassName
{
color: #DA528D;
}
</style>
background-color css
<style>
a { background-color: #DA528D; }
a { background-color: rgb(218,82,141); }
div.DivClassName
{
background-color: #DA528D;
}
.BgClassName
{
background-color: #DA528D;
}
</style>
border-color css
<style>
span { border-color: #DA528D; }
span { border-color: rgb(218,82,141); }
td.TdClassName
{
border-color: #DA528D;
}
.TagClassName
{
border-color: #DA528D;
}
</style>