Shades of Dark Pink #DA568A
Tints of Dark Pink #DA568A
RGB
CMYK
RGB Variations
Color information
#DA568A (or 0xDA568A) is known color: Dark Pink. HEX triplet: DA, 56 and 8A. RGB value is (218,86,138). Sum of RGB (Red+Green+Blue) = 218+86+138=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA568A is #25A975. Grayscale: #838383. Windows color (decimal): -2468214 or 9066202. OLE color: 9066202.
HSL color Cylindrical-coordinate representation of color #DA568A: hue angle of 336.36º 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 #DA568A is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 138 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.15 |
| HSL | 336.36º | 0.64% | 0.6% | - |
| HSV(B) | 336.36º | 0.61% | 0.85% | - |
| XYZ | 36.83 | 23.4 | 26.62 | - |
| YUV | 131.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 138 | 0 | 0.61 | 0.37 | 0.15 | 336.36 | 0.64 | 0.6 |
| Hex | DA | 56 | 8A | 0 | 3D | 25 | F | 150 | 40 | 3C |
| Octal | 332 | 126 | 212 | 0 | 75 | 45 | 17 | 520 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10001010 | 0 | 111101 | 100101 | 1111 | 101010000 | 1000000 | 111100 |
Color Harmonies of #DA568A
Complementary color
Monochromatic Colors of #DA568A
Black with #DA568A
Text Example
Text Example
White with #DA568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA568A; }
p { color: rgb(218,86,138); }
H1.HeaderClassName
{
color: #DA568A;
}
.AnyTagClassName
{
color: #DA568A;
}
</style>
background-color css
<style>
a { background-color: #DA568A; }
a { background-color: rgb(218,86,138); }
div.DivClassName
{
background-color: #DA568A;
}
.BgClassName
{
background-color: #DA568A;
}
</style>
border-color css
<style>
span { border-color: #DA568A; }
span { border-color: rgb(218,86,138); }
td.TdClassName
{
border-color: #DA568A;
}
.TagClassName
{
border-color: #DA568A;
}
</style>