Shades of Persian Pink #DF80B5
Tints of Persian Pink #DF80B5
RGB
CMYK
RGB Variations
Color information
#DF80B5 (or 0xDF80B5) is known color: Persian Pink. HEX triplet: DF, 80 and B5. RGB value is (223,128,181). Sum of RGB (Red+Green+Blue) = 223+128+181=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80B5 is #207F4A. Grayscale: #A2A2A2. Windows color (decimal): -2129739 or 11895007. OLE color: 11895007.
HSL color Cylindrical-coordinate representation of color #DF80B5: hue angle of 326.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80B5 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 181 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.13 |
| HSL | 326.53º | 0.6% | 0.69% | - |
| HSV(B) | 326.53º | 0.43% | 0.87% | - |
| XYZ | 46.49 | 34.46 | 47.92 | - |
| YUV | 162.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 181 | 0 | 0.43 | 0.19 | 0.13 | 326.53 | 0.6 | 0.69 |
| Hex | DF | 80 | B5 | 0 | 2B | 13 | D | 147 | 3C | 45 |
| Octal | 337 | 200 | 265 | 0 | 53 | 23 | 15 | 507 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10110101 | 0 | 101011 | 10011 | 1101 | 101000111 | 111100 | 1000101 |
Color Harmonies of #DF80B5
Complementary color
Monochromatic Colors of #DF80B5
Black with #DF80B5
Text Example
Text Example
White with #DF80B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80B5; }
p { color: rgb(223,128,181); }
H1.HeaderClassName
{
color: #DF80B5;
}
.AnyTagClassName
{
color: #DF80B5;
}
</style>
background-color css
<style>
a { background-color: #DF80B5; }
a { background-color: rgb(223,128,181); }
div.DivClassName
{
background-color: #DF80B5;
}
.BgClassName
{
background-color: #DF80B5;
}
</style>
border-color css
<style>
span { border-color: #DF80B5; }
span { border-color: rgb(223,128,181); }
td.TdClassName
{
border-color: #DF80B5;
}
.TagClassName
{
border-color: #DF80B5;
}
</style>