Shades of Dark Pink #D9528D
Tints of Dark Pink #D9528D
RGB
CMYK
RGB Variations
Color information
#D9528D (or 0xD9528D) is known color: Dark Pink. HEX triplet: D9, 52 and 8D. RGB value is (217,82,141). Sum of RGB (Red+Green+Blue) = 217+82+141=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9528D is #26AD72. Grayscale: #808080. Windows color (decimal): -2534771 or 9261785. OLE color: 9261785.
HSL color Cylindrical-coordinate representation of color #D9528D: hue angle of 333.78º 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 #D9528D is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 141 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.15 |
| HSL | 333.78º | 0.64% | 0.59% | - |
| HSV(B) | 333.78º | 0.62% | 0.85% | - |
| XYZ | 36.44 | 22.71 | 27.66 | - |
| YUV | 129.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 141 | 0 | 0.62 | 0.35 | 0.15 | 333.78 | 0.64 | 0.59 |
| Hex | D9 | 52 | 8D | 0 | 3E | 23 | F | 14E | 40 | 3B |
| Octal | 331 | 122 | 215 | 0 | 76 | 43 | 17 | 516 | 100 | 73 |
| Binary | 11011001 | 1010010 | 10001101 | 0 | 111110 | 100011 | 1111 | 101001110 | 1000000 | 111011 |
Color Harmonies of #D9528D
Complementary color
Monochromatic Colors of #D9528D
Black with #D9528D
Text Example
Text Example
White with #D9528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9528D; }
p { color: rgb(217,82,141); }
H1.HeaderClassName
{
color: #D9528D;
}
.AnyTagClassName
{
color: #D9528D;
}
</style>
background-color css
<style>
a { background-color: #D9528D; }
a { background-color: rgb(217,82,141); }
div.DivClassName
{
background-color: #D9528D;
}
.BgClassName
{
background-color: #D9528D;
}
</style>
border-color css
<style>
span { border-color: #D9528D; }
span { border-color: rgb(217,82,141); }
td.TdClassName
{
border-color: #D9528D;
}
.TagClassName
{
border-color: #D9528D;
}
</style>