Shades of Persian Pink #DF82B5
Tints of Persian Pink #DF82B5
RGB
CMYK
RGB Variations
Color information
#DF82B5 (or 0xDF82B5) is known color: Persian Pink. HEX triplet: DF, 82 and B5. RGB value is (223,130,181). Sum of RGB (Red+Green+Blue) = 223+130+181=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82B5 is #207D4A. Grayscale: #A3A3A3. Windows color (decimal): -2129227 or 11895519. OLE color: 11895519.
HSL color Cylindrical-coordinate representation of color #DF82B5: hue angle of 327.1º 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 #DF82B5 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 181 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.13 |
| HSL | 327.1º | 0.59% | 0.69% | - |
| HSV(B) | 327.1º | 0.42% | 0.87% | - |
| XYZ | 46.75 | 34.99 | 48.01 | - |
| YUV | 163.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 181 | 0 | 0.42 | 0.19 | 0.13 | 327.1 | 0.59 | 0.69 |
| Hex | DF | 82 | B5 | 0 | 2A | 13 | D | 147 | 3B | 45 |
| Octal | 337 | 202 | 265 | 0 | 52 | 23 | 15 | 507 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10110101 | 0 | 101010 | 10011 | 1101 | 101000111 | 111011 | 1000101 |
Color Harmonies of #DF82B5
Complementary color
Monochromatic Colors of #DF82B5
Black with #DF82B5
Text Example
Text Example
White with #DF82B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82B5; }
p { color: rgb(223,130,181); }
H1.HeaderClassName
{
color: #DF82B5;
}
.AnyTagClassName
{
color: #DF82B5;
}
</style>
background-color css
<style>
a { background-color: #DF82B5; }
a { background-color: rgb(223,130,181); }
div.DivClassName
{
background-color: #DF82B5;
}
.BgClassName
{
background-color: #DF82B5;
}
</style>
border-color css
<style>
span { border-color: #DF82B5; }
span { border-color: rgb(223,130,181); }
td.TdClassName
{
border-color: #DF82B5;
}
.TagClassName
{
border-color: #DF82B5;
}
</style>