Shades of Dark Pink #DD607E
Tints of Dark Pink #DD607E
RGB
CMYK
RGB Variations
Color information
#DD607E (or 0xDD607E) is known color: Dark Pink. HEX triplet: DD, 60 and 7E. RGB value is (221,96,126). Sum of RGB (Red+Green+Blue) = 221+96+126=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD607E is #229F81. Grayscale: #888888. Windows color (decimal): -2269058 or 8282333. OLE color: 8282333.
HSL color Cylindrical-coordinate representation of color #DD607E: hue angle of 345.6º 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 #DD607E is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 126 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.13 |
| HSL | 345.6º | 0.65% | 0.62% | - |
| HSV(B) | 345.6º | 0.57% | 0.87% | - |
| XYZ | 37.77 | 25.24 | 22.62 | - |
| YUV | 136.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 126 | 0 | 0.57 | 0.43 | 0.13 | 345.6 | 0.65 | 0.62 |
| Hex | DD | 60 | 7E | 0 | 39 | 2B | D | 15A | 41 | 3E |
| Octal | 335 | 140 | 176 | 0 | 71 | 53 | 15 | 532 | 101 | 76 |
| Binary | 11011101 | 1100000 | 1111110 | 0 | 111001 | 101011 | 1101 | 101011010 | 1000001 | 111110 |
Color Harmonies of #DD607E
Complementary color
Monochromatic Colors of #DD607E
Black with #DD607E
Text Example
Text Example
White with #DD607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD607E; }
p { color: rgb(221,96,126); }
H1.HeaderClassName
{
color: #DD607E;
}
.AnyTagClassName
{
color: #DD607E;
}
</style>
background-color css
<style>
a { background-color: #DD607E; }
a { background-color: rgb(221,96,126); }
div.DivClassName
{
background-color: #DD607E;
}
.BgClassName
{
background-color: #DD607E;
}
</style>
border-color css
<style>
span { border-color: #DD607E; }
span { border-color: rgb(221,96,126); }
td.TdClassName
{
border-color: #DD607E;
}
.TagClassName
{
border-color: #DD607E;
}
</style>