Shades of Dark Pink #D9568E
Tints of Dark Pink #D9568E
RGB
CMYK
RGB Variations
Color information
#D9568E (or 0xD9568E) is known color: Dark Pink. HEX triplet: D9, 56 and 8E. RGB value is (217,86,142). Sum of RGB (Red+Green+Blue) = 217+86+142=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9568E is #26A971. Grayscale: #838383. Windows color (decimal): -2533746 or 9328345. OLE color: 9328345.
HSL color Cylindrical-coordinate representation of color #D9568E: hue angle of 334.35º 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 #D9568E is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 142 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.15 |
| HSL | 334.35º | 0.63% | 0.59% | - |
| HSV(B) | 334.35º | 0.6% | 0.85% | - |
| XYZ | 36.83 | 23.36 | 28.16 | - |
| YUV | 131.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 142 | 0 | 0.60 | 0.35 | 0.15 | 334.35 | 0.63 | 0.59 |
| Hex | D9 | 56 | 8E | 0 | 3C | 23 | F | 14E | 3F | 3B |
| Octal | 331 | 126 | 216 | 0 | 74 | 43 | 17 | 516 | 77 | 73 |
| Binary | 11011001 | 1010110 | 10001110 | 0 | 111100 | 100011 | 1111 | 101001110 | 111111 | 111011 |
Color Harmonies of #D9568E
Complementary color
Monochromatic Colors of #D9568E
Black with #D9568E
Text Example
Text Example
White with #D9568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9568E; }
p { color: rgb(217,86,142); }
H1.HeaderClassName
{
color: #D9568E;
}
.AnyTagClassName
{
color: #D9568E;
}
</style>
background-color css
<style>
a { background-color: #D9568E; }
a { background-color: rgb(217,86,142); }
div.DivClassName
{
background-color: #D9568E;
}
.BgClassName
{
background-color: #D9568E;
}
</style>
border-color css
<style>
span { border-color: #D9568E; }
span { border-color: rgb(217,86,142); }
td.TdClassName
{
border-color: #D9568E;
}
.TagClassName
{
border-color: #D9568E;
}
</style>