Shades of Dark Pink #DD6182
Tints of Dark Pink #DD6182
RGB
CMYK
RGB Variations
Color information
#DD6182 (or 0xDD6182) is known color: Dark Pink. HEX triplet: DD, 61 and 82. RGB value is (221,97,130). Sum of RGB (Red+Green+Blue) = 221+97+130=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6182 is #229E7D. Grayscale: #898989. Windows color (decimal): -2268798 or 8544733. OLE color: 8544733.
HSL color Cylindrical-coordinate representation of color #DD6182: hue angle of 344.03º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6182 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 130 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.13 |
| HSL | 344.03º | 0.65% | 0.62% | - |
| HSV(B) | 344.03º | 0.56% | 0.87% | - |
| XYZ | 38.12 | 25.53 | 24.04 | - |
| YUV | 137.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 130 | 0 | 0.56 | 0.41 | 0.13 | 344.03 | 0.65 | 0.62 |
| Hex | DD | 61 | 82 | 0 | 38 | 29 | D | 158 | 41 | 3E |
| Octal | 335 | 141 | 202 | 0 | 70 | 51 | 15 | 530 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10000010 | 0 | 111000 | 101001 | 1101 | 101011000 | 1000001 | 111110 |
Color Harmonies of #DD6182
Complementary color
Monochromatic Colors of #DD6182
Black with #DD6182
Text Example
Text Example
White with #DD6182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6182; }
p { color: rgb(221,97,130); }
H1.HeaderClassName
{
color: #DD6182;
}
.AnyTagClassName
{
color: #DD6182;
}
</style>
background-color css
<style>
a { background-color: #DD6182; }
a { background-color: rgb(221,97,130); }
div.DivClassName
{
background-color: #DD6182;
}
.BgClassName
{
background-color: #DD6182;
}
</style>
border-color css
<style>
span { border-color: #DD6182; }
span { border-color: rgb(221,97,130); }
td.TdClassName
{
border-color: #DD6182;
}
.TagClassName
{
border-color: #DD6182;
}
</style>