Shades of Dark Pink #DA568C
Tints of Dark Pink #DA568C
RGB
CMYK
RGB Variations
Color information
#DA568C (or 0xDA568C) is known color: Dark Pink. HEX triplet: DA, 56 and 8C. RGB value is (218,86,140). Sum of RGB (Red+Green+Blue) = 218+86+140=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA568C is #25A973. Grayscale: #838383. Windows color (decimal): -2468212 or 9197274. OLE color: 9197274.
HSL color Cylindrical-coordinate representation of color #DA568C: hue angle of 335.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA568C is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 140 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.15 |
| HSL | 335.45º | 0.64% | 0.6% | - |
| HSV(B) | 335.45º | 0.61% | 0.85% | - |
| XYZ | 36.97 | 23.45 | 27.39 | - |
| YUV | 131.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 140 | 0 | 0.61 | 0.36 | 0.15 | 335.45 | 0.64 | 0.6 |
| Hex | DA | 56 | 8C | 0 | 3D | 24 | F | 14F | 40 | 3C |
| Octal | 332 | 126 | 214 | 0 | 75 | 44 | 17 | 517 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10001100 | 0 | 111101 | 100100 | 1111 | 101001111 | 1000000 | 111100 |
Color Harmonies of #DA568C
Complementary color
Monochromatic Colors of #DA568C
Black with #DA568C
Text Example
Text Example
White with #DA568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA568C; }
p { color: rgb(218,86,140); }
H1.HeaderClassName
{
color: #DA568C;
}
.AnyTagClassName
{
color: #DA568C;
}
</style>
background-color css
<style>
a { background-color: #DA568C; }
a { background-color: rgb(218,86,140); }
div.DivClassName
{
background-color: #DA568C;
}
.BgClassName
{
background-color: #DA568C;
}
</style>
border-color css
<style>
span { border-color: #DA568C; }
span { border-color: rgb(218,86,140); }
td.TdClassName
{
border-color: #DA568C;
}
.TagClassName
{
border-color: #DA568C;
}
</style>