Shades of Persian Pink #DF82BD
Tints of Persian Pink #DF82BD
RGB
CMYK
RGB Variations
Color information
#DF82BD (or 0xDF82BD) is known color: Persian Pink. HEX triplet: DF, 82 and BD. RGB value is (223,130,189). Sum of RGB (Red+Green+Blue) = 223+130+189=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82BD is #207D42. Grayscale: #A4A4A4. Windows color (decimal): -2129219 or 12419807. OLE color: 12419807.
HSL color Cylindrical-coordinate representation of color #DF82BD: hue angle of 321.94º 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 #DF82BD is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 189 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.13 |
| HSL | 321.94º | 0.59% | 0.69% | - |
| HSV(B) | 321.94º | 0.42% | 0.87% | - |
| XYZ | 47.6 | 35.33 | 52.45 | - |
| YUV | 164.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 189 | 0 | 0.42 | 0.15 | 0.13 | 321.94 | 0.59 | 0.69 |
| Hex | DF | 82 | BD | 0 | 2A | F | D | 142 | 3B | 45 |
| Octal | 337 | 202 | 275 | 0 | 52 | 17 | 15 | 502 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10111101 | 0 | 101010 | 1111 | 1101 | 101000010 | 111011 | 1000101 |
Color Harmonies of #DF82BD
Complementary color
Monochromatic Colors of #DF82BD
Black with #DF82BD
Text Example
Text Example
White with #DF82BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82BD; }
p { color: rgb(223,130,189); }
H1.HeaderClassName
{
color: #DF82BD;
}
.AnyTagClassName
{
color: #DF82BD;
}
</style>
background-color css
<style>
a { background-color: #DF82BD; }
a { background-color: rgb(223,130,189); }
div.DivClassName
{
background-color: #DF82BD;
}
.BgClassName
{
background-color: #DF82BD;
}
</style>
border-color css
<style>
span { border-color: #DF82BD; }
span { border-color: rgb(223,130,189); }
td.TdClassName
{
border-color: #DF82BD;
}
.TagClassName
{
border-color: #DF82BD;
}
</style>