Shades of Dark Pink #DA6085
Tints of Dark Pink #DA6085
RGB
CMYK
RGB Variations
Color information
#DA6085 (or 0xDA6085) is known color: Dark Pink. HEX triplet: DA, 60 and 85. RGB value is (218,96,133). Sum of RGB (Red+Green+Blue) = 218+96+133=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6085 is #259F7A. Grayscale: #888888. Windows color (decimal): -2465659 or 8741082. OLE color: 8741082.
HSL color Cylindrical-coordinate representation of color #DA6085: hue angle of 341.8º 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 #DA6085 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 133 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.15 |
| HSL | 341.8º | 0.62% | 0.62% | - |
| HSV(B) | 341.8º | 0.56% | 0.85% | - |
| XYZ | 37.33 | 24.96 | 25.04 | - |
| YUV | 136.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 133 | 0 | 0.56 | 0.39 | 0.15 | 341.8 | 0.62 | 0.62 |
| Hex | DA | 60 | 85 | 0 | 38 | 27 | F | 156 | 3E | 3E |
| Octal | 332 | 140 | 205 | 0 | 70 | 47 | 17 | 526 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10000101 | 0 | 111000 | 100111 | 1111 | 101010110 | 111110 | 111110 |
Color Harmonies of #DA6085
Complementary color
Monochromatic Colors of #DA6085
Black with #DA6085
Text Example
Text Example
White with #DA6085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6085; }
p { color: rgb(218,96,133); }
H1.HeaderClassName
{
color: #DA6085;
}
.AnyTagClassName
{
color: #DA6085;
}
</style>
background-color css
<style>
a { background-color: #DA6085; }
a { background-color: rgb(218,96,133); }
div.DivClassName
{
background-color: #DA6085;
}
.BgClassName
{
background-color: #DA6085;
}
</style>
border-color css
<style>
span { border-color: #DA6085; }
span { border-color: rgb(218,96,133); }
td.TdClassName
{
border-color: #DA6085;
}
.TagClassName
{
border-color: #DA6085;
}
</style>