Shades of Dark Pink #D7568C
Tints of Dark Pink #D7568C
RGB
CMYK
RGB Variations
Color information
#D7568C (or 0xD7568C) is known color: Dark Pink. HEX triplet: D7, 56 and 8C. RGB value is (215,86,140). Sum of RGB (Red+Green+Blue) = 215+86+140=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7568C is #28A973. Grayscale: #828282. Windows color (decimal): -2664820 or 9197271. OLE color: 9197271.
HSL color Cylindrical-coordinate representation of color #D7568C: hue angle of 334.88º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7568C is Cyan = 0, Magento = 0.6, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 140 | - |
| CMYK | 0 | 0.6 | 0.35 | 0.16 |
| HSL | 334.88º | 0.62% | 0.59% | - |
| HSV(B) | 334.88º | 0.6% | 0.84% | - |
| XYZ | 36.09 | 23 | 27.35 | - |
| YUV | 130.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 140 | 0 | 0.6 | 0.35 | 0.16 | 334.88 | 0.62 | 0.59 |
| Hex | D7 | 56 | 8C | 0 | 3C | 23 | 10 | 14F | 3E | 3B |
| Octal | 327 | 126 | 214 | 0 | 74 | 43 | 20 | 517 | 76 | 73 |
| Binary | 11010111 | 1010110 | 10001100 | 0 | 111100 | 100011 | 10000 | 101001111 | 111110 | 111011 |
Color Harmonies of #D7568C
Complementary color
Monochromatic Colors of #D7568C
Black with #D7568C
Text Example
Text Example
White with #D7568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7568C; }
p { color: rgb(215,86,140); }
H1.HeaderClassName
{
color: #D7568C;
}
.AnyTagClassName
{
color: #D7568C;
}
</style>
background-color css
<style>
a { background-color: #D7568C; }
a { background-color: rgb(215,86,140); }
div.DivClassName
{
background-color: #D7568C;
}
.BgClassName
{
background-color: #D7568C;
}
</style>
border-color css
<style>
span { border-color: #D7568C; }
span { border-color: rgb(215,86,140); }
td.TdClassName
{
border-color: #D7568C;
}
.TagClassName
{
border-color: #D7568C;
}
</style>