Shades of Hot Pink #DF5BB3
Tints of Hot Pink #DF5BB3
RGB
CMYK
RGB Variations
Color information
#DF5BB3 (or 0xDF5BB3) is known color: Hot Pink. HEX triplet: DF, 5B and B3. RGB value is (223,91,179). Sum of RGB (Red+Green+Blue) = 223+91+179=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5BB3 is #20A44C. Grayscale: #8C8C8C. Windows color (decimal): -2139213 or 11754463. OLE color: 11754463.
HSL color Cylindrical-coordinate representation of color #DF5BB3: hue angle of 320º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5BB3 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 179 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.13 |
| HSL | 320º | 0.67% | 0.62% | - |
| HSV(B) | 320º | 0.59% | 0.87% | - |
| XYZ | 42.31 | 26.42 | 45.52 | - |
| YUV | 140.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 179 | 0 | 0.59 | 0.20 | 0.13 | 320 | 0.67 | 0.62 |
| Hex | DF | 5B | B3 | 0 | 3B | 14 | D | 140 | 43 | 3E |
| Octal | 337 | 133 | 263 | 0 | 73 | 24 | 15 | 500 | 103 | 76 |
| Binary | 11011111 | 1011011 | 10110011 | 0 | 111011 | 10100 | 1101 | 101000000 | 1000011 | 111110 |
Color Harmonies of #DF5BB3
Complementary color
Monochromatic Colors of #DF5BB3
Black with #DF5BB3
Text Example
Text Example
White with #DF5BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BB3; }
p { color: rgb(223,91,179); }
H1.HeaderClassName
{
color: #DF5BB3;
}
.AnyTagClassName
{
color: #DF5BB3;
}
</style>
background-color css
<style>
a { background-color: #DF5BB3; }
a { background-color: rgb(223,91,179); }
div.DivClassName
{
background-color: #DF5BB3;
}
.BgClassName
{
background-color: #DF5BB3;
}
</style>
border-color css
<style>
span { border-color: #DF5BB3; }
span { border-color: rgb(223,91,179); }
td.TdClassName
{
border-color: #DF5BB3;
}
.TagClassName
{
border-color: #DF5BB3;
}
</style>