Shades of Persian Pink #DF82B4
Tints of Persian Pink #DF82B4
RGB
CMYK
RGB Variations
Color information
#DF82B4 (or 0xDF82B4) is known color: Persian Pink. HEX triplet: DF, 82 and B4. RGB value is (223,130,180). Sum of RGB (Red+Green+Blue) = 223+130+180=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82B4 is #207D4B. Grayscale: #A3A3A3. Windows color (decimal): -2129228 or 11829983. OLE color: 11829983.
HSL color Cylindrical-coordinate representation of color #DF82B4: hue angle of 327.74º 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 #DF82B4 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 180 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.13 |
| HSL | 327.74º | 0.59% | 0.69% | - |
| HSV(B) | 327.74º | 0.42% | 0.87% | - |
| XYZ | 46.65 | 34.95 | 47.47 | - |
| YUV | 163.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 180 | 0 | 0.42 | 0.19 | 0.13 | 327.74 | 0.59 | 0.69 |
| Hex | DF | 82 | B4 | 0 | 2A | 13 | D | 148 | 3B | 45 |
| Octal | 337 | 202 | 264 | 0 | 52 | 23 | 15 | 510 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10110100 | 0 | 101010 | 10011 | 1101 | 101001000 | 111011 | 1000101 |
Color Harmonies of #DF82B4
Complementary color
Monochromatic Colors of #DF82B4
Black with #DF82B4
Text Example
Text Example
White with #DF82B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82B4; }
p { color: rgb(223,130,180); }
H1.HeaderClassName
{
color: #DF82B4;
}
.AnyTagClassName
{
color: #DF82B4;
}
</style>
background-color css
<style>
a { background-color: #DF82B4; }
a { background-color: rgb(223,130,180); }
div.DivClassName
{
background-color: #DF82B4;
}
.BgClassName
{
background-color: #DF82B4;
}
</style>
border-color css
<style>
span { border-color: #DF82B4; }
span { border-color: rgb(223,130,180); }
td.TdClassName
{
border-color: #DF82B4;
}
.TagClassName
{
border-color: #DF82B4;
}
</style>