Shades of Dark Pink #D9528A
Tints of Dark Pink #D9528A
RGB
CMYK
RGB Variations
Color information
#D9528A (or 0xD9528A) is known color: Dark Pink. HEX triplet: D9, 52 and 8A. RGB value is (217,82,138). Sum of RGB (Red+Green+Blue) = 217+82+138=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9528A is #26AD75. Grayscale: #808080. Windows color (decimal): -2534774 or 9065177. OLE color: 9065177.
HSL color Cylindrical-coordinate representation of color #D9528A: hue angle of 335.11º degrees, saturation: 0.64, 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 #D9528A is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 138 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.15 |
| HSL | 335.11º | 0.64% | 0.59% | - |
| HSV(B) | 335.11º | 0.62% | 0.85% | - |
| XYZ | 36.22 | 22.62 | 26.5 | - |
| YUV | 128.75 | 133.23 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 138 | 0 | 0.62 | 0.36 | 0.15 | 335.11 | 0.64 | 0.59 |
| Hex | D9 | 52 | 8A | 0 | 3E | 24 | F | 14F | 40 | 3B |
| Octal | 331 | 122 | 212 | 0 | 76 | 44 | 17 | 517 | 100 | 73 |
| Binary | 11011001 | 1010010 | 10001010 | 0 | 111110 | 100100 | 1111 | 101001111 | 1000000 | 111011 |
Color Harmonies of #D9528A
Complementary color
Monochromatic Colors of #D9528A
Black with #D9528A
Text Example
Text Example
White with #D9528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9528A; }
p { color: rgb(217,82,138); }
H1.HeaderClassName
{
color: #D9528A;
}
.AnyTagClassName
{
color: #D9528A;
}
</style>
background-color css
<style>
a { background-color: #D9528A; }
a { background-color: rgb(217,82,138); }
div.DivClassName
{
background-color: #D9528A;
}
.BgClassName
{
background-color: #D9528A;
}
</style>
border-color css
<style>
span { border-color: #D9528A; }
span { border-color: rgb(217,82,138); }
td.TdClassName
{
border-color: #D9528A;
}
.TagClassName
{
border-color: #D9528A;
}
</style>