Shades of Dark Pink #DF558A
Tints of Dark Pink #DF558A
RGB
CMYK
RGB Variations
Color information
#DF558A (or 0xDF558A) is known color: Dark Pink. HEX triplet: DF, 55 and 8A. RGB value is (223,85,138). Sum of RGB (Red+Green+Blue) = 223+85+138=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF558A is #20AA75. Grayscale: #848484. Windows color (decimal): -2140790 or 9065951. OLE color: 9065951.
HSL color Cylindrical-coordinate representation of color #DF558A: hue angle of 336.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF558A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 138 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.13 |
| HSL | 336.96º | 0.68% | 0.6% | - |
| HSV(B) | 336.96º | 0.62% | 0.87% | - |
| XYZ | 38.27 | 24.02 | 26.66 | - |
| YUV | 132.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 138 | 0 | 0.62 | 0.38 | 0.13 | 336.96 | 0.68 | 0.6 |
| Hex | DF | 55 | 8A | 0 | 3E | 26 | D | 151 | 44 | 3C |
| Octal | 337 | 125 | 212 | 0 | 76 | 46 | 15 | 521 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10001010 | 0 | 111110 | 100110 | 1101 | 101010001 | 1000100 | 111100 |
Color Harmonies of #DF558A
Complementary color
Monochromatic Colors of #DF558A
Black with #DF558A
Text Example
Text Example
White with #DF558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF558A; }
p { color: rgb(223,85,138); }
H1.HeaderClassName
{
color: #DF558A;
}
.AnyTagClassName
{
color: #DF558A;
}
</style>
background-color css
<style>
a { background-color: #DF558A; }
a { background-color: rgb(223,85,138); }
div.DivClassName
{
background-color: #DF558A;
}
.BgClassName
{
background-color: #DF558A;
}
</style>
border-color css
<style>
span { border-color: #DF558A; }
span { border-color: rgb(223,85,138); }
td.TdClassName
{
border-color: #DF558A;
}
.TagClassName
{
border-color: #DF558A;
}
</style>