Shades of Dark Pink #DF538B
Tints of Dark Pink #DF538B
RGB
CMYK
RGB Variations
Color information
#DF538B (or 0xDF538B) is known color: Dark Pink. HEX triplet: DF, 53 and 8B. RGB value is (223,83,139). Sum of RGB (Red+Green+Blue) = 223+83+139=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF538B is #20AC74. Grayscale: #838383. Windows color (decimal): -2141301 or 9130975. OLE color: 9130975.
HSL color Cylindrical-coordinate representation of color #DF538B: hue angle of 336º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF538B is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 139 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.13 |
| HSL | 336º | 0.69% | 0.6% | - |
| HSV(B) | 336º | 0.63% | 0.87% | - |
| XYZ | 38.18 | 23.74 | 27 | - |
| YUV | 131.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 139 | 0 | 0.63 | 0.38 | 0.13 | 336 | 0.69 | 0.6 |
| Hex | DF | 53 | 8B | 0 | 3F | 26 | D | 150 | 45 | 3C |
| Octal | 337 | 123 | 213 | 0 | 77 | 46 | 15 | 520 | 105 | 74 |
| Binary | 11011111 | 1010011 | 10001011 | 0 | 111111 | 100110 | 1101 | 101010000 | 1000101 | 111100 |
Color Harmonies of #DF538B
Complementary color
Monochromatic Colors of #DF538B
Black with #DF538B
Text Example
Text Example
White with #DF538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF538B; }
p { color: rgb(223,83,139); }
H1.HeaderClassName
{
color: #DF538B;
}
.AnyTagClassName
{
color: #DF538B;
}
</style>
background-color css
<style>
a { background-color: #DF538B; }
a { background-color: rgb(223,83,139); }
div.DivClassName
{
background-color: #DF538B;
}
.BgClassName
{
background-color: #DF538B;
}
</style>
border-color css
<style>
span { border-color: #DF538B; }
span { border-color: rgb(223,83,139); }
td.TdClassName
{
border-color: #DF538B;
}
.TagClassName
{
border-color: #DF538B;
}
</style>