Shades of Dark Pink #D9568D
Tints of Dark Pink #D9568D
RGB
CMYK
RGB Variations
Color information
#D9568D (or 0xD9568D) is known color: Dark Pink. HEX triplet: D9, 56 and 8D. RGB value is (217,86,141). Sum of RGB (Red+Green+Blue) = 217+86+141=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9568D is #26A972. Grayscale: #838383. Windows color (decimal): -2533747 or 9262809. OLE color: 9262809.
HSL color Cylindrical-coordinate representation of color #D9568D: hue angle of 334.81º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9568D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 141 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.15 |
| HSL | 334.81º | 0.63% | 0.59% | - |
| HSV(B) | 334.81º | 0.6% | 0.85% | - |
| XYZ | 36.75 | 23.33 | 27.77 | - |
| YUV | 131.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 141 | 0 | 0.60 | 0.35 | 0.15 | 334.81 | 0.63 | 0.59 |
| Hex | D9 | 56 | 8D | 0 | 3C | 23 | F | 14F | 3F | 3B |
| Octal | 331 | 126 | 215 | 0 | 74 | 43 | 17 | 517 | 77 | 73 |
| Binary | 11011001 | 1010110 | 10001101 | 0 | 111100 | 100011 | 1111 | 101001111 | 111111 | 111011 |
Color Harmonies of #D9568D
Complementary color
Monochromatic Colors of #D9568D
Black with #D9568D
Text Example
Text Example
White with #D9568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9568D; }
p { color: rgb(217,86,141); }
H1.HeaderClassName
{
color: #D9568D;
}
.AnyTagClassName
{
color: #D9568D;
}
</style>
background-color css
<style>
a { background-color: #D9568D; }
a { background-color: rgb(217,86,141); }
div.DivClassName
{
background-color: #D9568D;
}
.BgClassName
{
background-color: #D9568D;
}
</style>
border-color css
<style>
span { border-color: #D9568D; }
span { border-color: rgb(217,86,141); }
td.TdClassName
{
border-color: #D9568D;
}
.TagClassName
{
border-color: #D9568D;
}
</style>