Shades of Persian Pink #DF82BB
Tints of Persian Pink #DF82BB
RGB
CMYK
RGB Variations
Color information
#DF82BB (or 0xDF82BB) is known color: Persian Pink. HEX triplet: DF, 82 and BB. RGB value is (223,130,187). Sum of RGB (Red+Green+Blue) = 223+130+187=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82BB is #207D44. Grayscale: #A4A4A4. Windows color (decimal): -2129221 or 12288735. OLE color: 12288735.
HSL color Cylindrical-coordinate representation of color #DF82BB: hue angle of 323.23º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF82BB is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 187 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.13 |
| HSL | 323.23º | 0.59% | 0.69% | - |
| HSV(B) | 323.23º | 0.42% | 0.87% | - |
| XYZ | 47.38 | 35.24 | 51.32 | - |
| YUV | 164.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 187 | 0 | 0.42 | 0.16 | 0.13 | 323.23 | 0.59 | 0.69 |
| Hex | DF | 82 | BB | 0 | 2A | 10 | D | 143 | 3B | 45 |
| Octal | 337 | 202 | 273 | 0 | 52 | 20 | 15 | 503 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10111011 | 0 | 101010 | 10000 | 1101 | 101000011 | 111011 | 1000101 |
Color Harmonies of #DF82BB
Complementary color
Monochromatic Colors of #DF82BB
Black with #DF82BB
Text Example
Text Example
White with #DF82BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82BB; }
p { color: rgb(223,130,187); }
H1.HeaderClassName
{
color: #DF82BB;
}
.AnyTagClassName
{
color: #DF82BB;
}
</style>
background-color css
<style>
a { background-color: #DF82BB; }
a { background-color: rgb(223,130,187); }
div.DivClassName
{
background-color: #DF82BB;
}
.BgClassName
{
background-color: #DF82BB;
}
</style>
border-color css
<style>
span { border-color: #DF82BB; }
span { border-color: rgb(223,130,187); }
td.TdClassName
{
border-color: #DF82BB;
}
.TagClassName
{
border-color: #DF82BB;
}
</style>