Shades of Dark Pink #DA568B
Tints of Dark Pink #DA568B
RGB
CMYK
RGB Variations
Color information
#DA568B (or 0xDA568B) is known color: Dark Pink. HEX triplet: DA, 56 and 8B. RGB value is (218,86,139). Sum of RGB (Red+Green+Blue) = 218+86+139=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA568B is #25A974. Grayscale: #838383. Windows color (decimal): -2468213 or 9131738. OLE color: 9131738.
HSL color Cylindrical-coordinate representation of color #DA568B: hue angle of 335.91º 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 #DA568B is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 139 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.15 |
| HSL | 335.91º | 0.64% | 0.6% | - |
| HSV(B) | 335.91º | 0.61% | 0.85% | - |
| XYZ | 36.9 | 23.43 | 27 | - |
| YUV | 131.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 139 | 0 | 0.61 | 0.36 | 0.15 | 335.91 | 0.64 | 0.6 |
| Hex | DA | 56 | 8B | 0 | 3D | 24 | F | 150 | 40 | 3C |
| Octal | 332 | 126 | 213 | 0 | 75 | 44 | 17 | 520 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10001011 | 0 | 111101 | 100100 | 1111 | 101010000 | 1000000 | 111100 |
Color Harmonies of #DA568B
Complementary color
Monochromatic Colors of #DA568B
Black with #DA568B
Text Example
Text Example
White with #DA568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA568B; }
p { color: rgb(218,86,139); }
H1.HeaderClassName
{
color: #DA568B;
}
.AnyTagClassName
{
color: #DA568B;
}
</style>
background-color css
<style>
a { background-color: #DA568B; }
a { background-color: rgb(218,86,139); }
div.DivClassName
{
background-color: #DA568B;
}
.BgClassName
{
background-color: #DA568B;
}
</style>
border-color css
<style>
span { border-color: #DA568B; }
span { border-color: rgb(218,86,139); }
td.TdClassName
{
border-color: #DA568B;
}
.TagClassName
{
border-color: #DA568B;
}
</style>