Shades of Dark Pink #DF4B8B
Tints of Dark Pink #DF4B8B
RGB
CMYK
RGB Variations
Color information
#DF4B8B (or 0xDF4B8B) is known color: Dark Pink. HEX triplet: DF, 4B and 8B. RGB value is (223,75,139). Sum of RGB (Red+Green+Blue) = 223+75+139=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B8B is #20B474. Grayscale: #7E7E7E. Windows color (decimal): -2143349 or 9128927. OLE color: 9128927.
HSL color Cylindrical-coordinate representation of color #DF4B8B: hue angle of 334.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4B8B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 139 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.13 |
| HSL | 334.05º | 0.7% | 0.58% | - |
| HSV(B) | 334.05º | 0.66% | 0.87% | - |
| XYZ | 37.61 | 22.58 | 26.8 | - |
| YUV | 126.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 139 | 0 | 0.66 | 0.38 | 0.13 | 334.05 | 0.7 | 0.58 |
| Hex | DF | 4B | 8B | 0 | 42 | 26 | D | 14E | 46 | 3A |
| Octal | 337 | 113 | 213 | 0 | 102 | 46 | 15 | 516 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10001011 | 0 | 1000010 | 100110 | 1101 | 101001110 | 1000110 | 111010 |
Color Harmonies of #DF4B8B
Complementary color
Monochromatic Colors of #DF4B8B
Black with #DF4B8B
Text Example
Text Example
White with #DF4B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B8B; }
p { color: rgb(223,75,139); }
H1.HeaderClassName
{
color: #DF4B8B;
}
.AnyTagClassName
{
color: #DF4B8B;
}
</style>
background-color css
<style>
a { background-color: #DF4B8B; }
a { background-color: rgb(223,75,139); }
div.DivClassName
{
background-color: #DF4B8B;
}
.BgClassName
{
background-color: #DF4B8B;
}
</style>
border-color css
<style>
span { border-color: #DF4B8B; }
span { border-color: rgb(223,75,139); }
td.TdClassName
{
border-color: #DF4B8B;
}
.TagClassName
{
border-color: #DF4B8B;
}
</style>