Shades of Dark Pink #DD6082
Tints of Dark Pink #DD6082
RGB
CMYK
RGB Variations
Color information
#DD6082 (or 0xDD6082) is known color: Dark Pink. HEX triplet: DD, 60 and 82. RGB value is (221,96,130). Sum of RGB (Red+Green+Blue) = 221+96+130=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6082 is #229F7D. Grayscale: #898989. Windows color (decimal): -2269054 or 8544477. OLE color: 8544477.
HSL color Cylindrical-coordinate representation of color #DD6082: hue angle of 343.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6082 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 130 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.13 |
| HSL | 343.68º | 0.65% | 0.62% | - |
| HSV(B) | 343.68º | 0.57% | 0.87% | - |
| XYZ | 38.03 | 25.35 | 24.01 | - |
| YUV | 137.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 130 | 0 | 0.57 | 0.41 | 0.13 | 343.68 | 0.65 | 0.62 |
| Hex | DD | 60 | 82 | 0 | 39 | 29 | D | 158 | 41 | 3E |
| Octal | 335 | 140 | 202 | 0 | 71 | 51 | 15 | 530 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10000010 | 0 | 111001 | 101001 | 1101 | 101011000 | 1000001 | 111110 |
Color Harmonies of #DD6082
Complementary color
Monochromatic Colors of #DD6082
Black with #DD6082
Text Example
Text Example
White with #DD6082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6082; }
p { color: rgb(221,96,130); }
H1.HeaderClassName
{
color: #DD6082;
}
.AnyTagClassName
{
color: #DD6082;
}
</style>
background-color css
<style>
a { background-color: #DD6082; }
a { background-color: rgb(221,96,130); }
div.DivClassName
{
background-color: #DD6082;
}
.BgClassName
{
background-color: #DD6082;
}
</style>
border-color css
<style>
span { border-color: #DD6082; }
span { border-color: rgb(221,96,130); }
td.TdClassName
{
border-color: #DD6082;
}
.TagClassName
{
border-color: #DD6082;
}
</style>