Shades of Dark Pink #DA5D84
Tints of Dark Pink #DA5D84
RGB
CMYK
RGB Variations
Color information
#DA5D84 (or 0xDA5D84) is known color: Dark Pink. HEX triplet: DA, 5D and 84. RGB value is (218,93,132). Sum of RGB (Red+Green+Blue) = 218+93+132=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D84 is #25A27B. Grayscale: #868686. Windows color (decimal): -2466428 or 8674778. OLE color: 8674778.
HSL color Cylindrical-coordinate representation of color #DA5D84: hue angle of 341.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5D84 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 132 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.15 |
| HSL | 341.28º | 0.63% | 0.61% | - |
| HSV(B) | 341.28º | 0.57% | 0.85% | - |
| XYZ | 36.99 | 24.4 | 24.59 | - |
| YUV | 134.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 132 | 0 | 0.57 | 0.39 | 0.15 | 341.28 | 0.63 | 0.61 |
| Hex | DA | 5D | 84 | 0 | 39 | 27 | F | 155 | 3F | 3D |
| Octal | 332 | 135 | 204 | 0 | 71 | 47 | 17 | 525 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10000100 | 0 | 111001 | 100111 | 1111 | 101010101 | 111111 | 111101 |
Color Harmonies of #DA5D84
Complementary color
Monochromatic Colors of #DA5D84
Black with #DA5D84
Text Example
Text Example
White with #DA5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D84; }
p { color: rgb(218,93,132); }
H1.HeaderClassName
{
color: #DA5D84;
}
.AnyTagClassName
{
color: #DA5D84;
}
</style>
background-color css
<style>
a { background-color: #DA5D84; }
a { background-color: rgb(218,93,132); }
div.DivClassName
{
background-color: #DA5D84;
}
.BgClassName
{
background-color: #DA5D84;
}
</style>
border-color css
<style>
span { border-color: #DA5D84; }
span { border-color: rgb(218,93,132); }
td.TdClassName
{
border-color: #DA5D84;
}
.TagClassName
{
border-color: #DA5D84;
}
</style>