Shades of Dark Pink #DD617E
Tints of Dark Pink #DD617E
RGB
CMYK
RGB Variations
Color information
#DD617E (or 0xDD617E) is known color: Dark Pink. HEX triplet: DD, 61 and 7E. RGB value is (221,97,126). Sum of RGB (Red+Green+Blue) = 221+97+126=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD617E is #229E81. Grayscale: #898989. Windows color (decimal): -2268802 or 8282589. OLE color: 8282589.
HSL color Cylindrical-coordinate representation of color #DD617E: hue angle of 345.97º 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 #DD617E is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 126 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.13 |
| HSL | 345.97º | 0.65% | 0.62% | - |
| HSV(B) | 345.97º | 0.56% | 0.87% | - |
| XYZ | 37.86 | 25.43 | 22.65 | - |
| YUV | 137.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 126 | 0 | 0.56 | 0.43 | 0.13 | 345.97 | 0.65 | 0.62 |
| Hex | DD | 61 | 7E | 0 | 38 | 2B | D | 15A | 41 | 3E |
| Octal | 335 | 141 | 176 | 0 | 70 | 53 | 15 | 532 | 101 | 76 |
| Binary | 11011101 | 1100001 | 1111110 | 0 | 111000 | 101011 | 1101 | 101011010 | 1000001 | 111110 |
Color Harmonies of #DD617E
Complementary color
Monochromatic Colors of #DD617E
Black with #DD617E
Text Example
Text Example
White with #DD617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD617E; }
p { color: rgb(221,97,126); }
H1.HeaderClassName
{
color: #DD617E;
}
.AnyTagClassName
{
color: #DD617E;
}
</style>
background-color css
<style>
a { background-color: #DD617E; }
a { background-color: rgb(221,97,126); }
div.DivClassName
{
background-color: #DD617E;
}
.BgClassName
{
background-color: #DD617E;
}
</style>
border-color css
<style>
span { border-color: #DD617E; }
span { border-color: rgb(221,97,126); }
td.TdClassName
{
border-color: #DD617E;
}
.TagClassName
{
border-color: #DD617E;
}
</style>