Shades of Dark Pink #DA6082
Tints of Dark Pink #DA6082
RGB
CMYK
RGB Variations
Color information
#DA6082 (or 0xDA6082) is known color: Dark Pink. HEX triplet: DA, 60 and 82. RGB value is (218,96,130). Sum of RGB (Red+Green+Blue) = 218+96+130=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6082 is #259F7D. Grayscale: #888888. Windows color (decimal): -2465662 or 8544474. OLE color: 8544474.
HSL color Cylindrical-coordinate representation of color #DA6082: hue angle of 343.28º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6082 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 130 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.15 |
| HSL | 343.28º | 0.62% | 0.62% | - |
| HSV(B) | 343.28º | 0.56% | 0.85% | - |
| XYZ | 37.13 | 24.88 | 23.97 | - |
| YUV | 136.35 | 124.42 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 130 | 0 | 0.56 | 0.40 | 0.15 | 343.28 | 0.62 | 0.62 |
| Hex | DA | 60 | 82 | 0 | 38 | 28 | F | 157 | 3E | 3E |
| Octal | 332 | 140 | 202 | 0 | 70 | 50 | 17 | 527 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10000010 | 0 | 111000 | 101000 | 1111 | 101010111 | 111110 | 111110 |
Color Harmonies of #DA6082
Complementary color
Monochromatic Colors of #DA6082
Black with #DA6082
Text Example
Text Example
White with #DA6082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6082; }
p { color: rgb(218,96,130); }
H1.HeaderClassName
{
color: #DA6082;
}
.AnyTagClassName
{
color: #DA6082;
}
</style>
background-color css
<style>
a { background-color: #DA6082; }
a { background-color: rgb(218,96,130); }
div.DivClassName
{
background-color: #DA6082;
}
.BgClassName
{
background-color: #DA6082;
}
</style>
border-color css
<style>
span { border-color: #DA6082; }
span { border-color: rgb(218,96,130); }
td.TdClassName
{
border-color: #DA6082;
}
.TagClassName
{
border-color: #DA6082;
}
</style>