Shades of Dark Pink #DA568D
Tints of Dark Pink #DA568D
RGB
CMYK
RGB Variations
Color information
#DA568D (or 0xDA568D) is known color: Dark Pink. HEX triplet: DA, 56 and 8D. RGB value is (218,86,141). Sum of RGB (Red+Green+Blue) = 218+86+141=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA568D is #25A972. Grayscale: #838383. Windows color (decimal): -2468211 or 9262810. OLE color: 9262810.
HSL color Cylindrical-coordinate representation of color #DA568D: hue angle of 335º 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 #DA568D is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 141 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.15 |
| HSL | 335º | 0.64% | 0.6% | - |
| HSV(B) | 335º | 0.61% | 0.85% | - |
| XYZ | 37.05 | 23.48 | 27.78 | - |
| YUV | 131.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 141 | 0 | 0.61 | 0.35 | 0.15 | 335 | 0.64 | 0.6 |
| Hex | DA | 56 | 8D | 0 | 3D | 23 | F | 14F | 40 | 3C |
| Octal | 332 | 126 | 215 | 0 | 75 | 43 | 17 | 517 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10001101 | 0 | 111101 | 100011 | 1111 | 101001111 | 1000000 | 111100 |
Color Harmonies of #DA568D
Complementary color
Monochromatic Colors of #DA568D
Black with #DA568D
Text Example
Text Example
White with #DA568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA568D; }
p { color: rgb(218,86,141); }
H1.HeaderClassName
{
color: #DA568D;
}
.AnyTagClassName
{
color: #DA568D;
}
</style>
background-color css
<style>
a { background-color: #DA568D; }
a { background-color: rgb(218,86,141); }
div.DivClassName
{
background-color: #DA568D;
}
.BgClassName
{
background-color: #DA568D;
}
</style>
border-color css
<style>
span { border-color: #DA568D; }
span { border-color: rgb(218,86,141); }
td.TdClassName
{
border-color: #DA568D;
}
.TagClassName
{
border-color: #DA568D;
}
</style>