Shades of Dark Pink #DA528A
Tints of Dark Pink #DA528A
RGB
CMYK
RGB Variations
Color information
#DA528A (or 0xDA528A) is known color: Dark Pink. HEX triplet: DA, 52 and 8A. RGB value is (218,82,138). Sum of RGB (Red+Green+Blue) = 218+82+138=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA528A is #25AD75. Grayscale: #808080. Windows color (decimal): -2469238 or 9065178. OLE color: 9065178.
HSL color Cylindrical-coordinate representation of color #DA528A: hue angle of 335.29º 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 #DA528A is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 138 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.15 |
| HSL | 335.29º | 0.65% | 0.59% | - |
| HSV(B) | 335.29º | 0.62% | 0.85% | - |
| XYZ | 36.52 | 22.77 | 26.52 | - |
| YUV | 129.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 138 | 0 | 0.62 | 0.37 | 0.15 | 335.29 | 0.65 | 0.59 |
| Hex | DA | 52 | 8A | 0 | 3E | 25 | F | 14F | 41 | 3B |
| Octal | 332 | 122 | 212 | 0 | 76 | 45 | 17 | 517 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10001010 | 0 | 111110 | 100101 | 1111 | 101001111 | 1000001 | 111011 |
Color Harmonies of #DA528A
Complementary color
Monochromatic Colors of #DA528A
Black with #DA528A
Text Example
Text Example
White with #DA528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA528A; }
p { color: rgb(218,82,138); }
H1.HeaderClassName
{
color: #DA528A;
}
.AnyTagClassName
{
color: #DA528A;
}
</style>
background-color css
<style>
a { background-color: #DA528A; }
a { background-color: rgb(218,82,138); }
div.DivClassName
{
background-color: #DA528A;
}
.BgClassName
{
background-color: #DA528A;
}
</style>
border-color css
<style>
span { border-color: #DA528A; }
span { border-color: rgb(218,82,138); }
td.TdClassName
{
border-color: #DA528A;
}
.TagClassName
{
border-color: #DA528A;
}
</style>