Shades of Dark Pink #DD607C
Tints of Dark Pink #DD607C
RGB
CMYK
RGB Variations
Color information
#DD607C (or 0xDD607C) is known color: Dark Pink. HEX triplet: DD, 60 and 7C. RGB value is (221,96,124). Sum of RGB (Red+Green+Blue) = 221+96+124=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD607C is #229F83. Grayscale: #888888. Windows color (decimal): -2269060 or 8151261. OLE color: 8151261.
HSL color Cylindrical-coordinate representation of color #DD607C: hue angle of 346.56º 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 #DD607C is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 124 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.13 |
| HSL | 346.56º | 0.65% | 0.62% | - |
| HSV(B) | 346.56º | 0.57% | 0.87% | - |
| XYZ | 37.64 | 25.19 | 21.95 | - |
| YUV | 136.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 124 | 0 | 0.57 | 0.44 | 0.13 | 346.56 | 0.65 | 0.62 |
| Hex | DD | 60 | 7C | 0 | 39 | 2C | D | 15B | 41 | 3E |
| Octal | 335 | 140 | 174 | 0 | 71 | 54 | 15 | 533 | 101 | 76 |
| Binary | 11011101 | 1100000 | 1111100 | 0 | 111001 | 101100 | 1101 | 101011011 | 1000001 | 111110 |
Color Harmonies of #DD607C
Complementary color
Monochromatic Colors of #DD607C
Black with #DD607C
Text Example
Text Example
White with #DD607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD607C; }
p { color: rgb(221,96,124); }
H1.HeaderClassName
{
color: #DD607C;
}
.AnyTagClassName
{
color: #DD607C;
}
</style>
background-color css
<style>
a { background-color: #DD607C; }
a { background-color: rgb(221,96,124); }
div.DivClassName
{
background-color: #DD607C;
}
.BgClassName
{
background-color: #DD607C;
}
</style>
border-color css
<style>
span { border-color: #DD607C; }
span { border-color: rgb(221,96,124); }
td.TdClassName
{
border-color: #DD607C;
}
.TagClassName
{
border-color: #DD607C;
}
</style>