Shades of Persian Pink #DF81B5
Tints of Persian Pink #DF81B5
RGB
CMYK
RGB Variations
Color information
#DF81B5 (or 0xDF81B5) is known color: Persian Pink. HEX triplet: DF, 81 and B5. RGB value is (223,129,181). Sum of RGB (Red+Green+Blue) = 223+129+181=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81B5 is #207E4A. Grayscale: #A2A2A2. Windows color (decimal): -2129483 or 11895263. OLE color: 11895263.
HSL color Cylindrical-coordinate representation of color #DF81B5: hue angle of 326.81º 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 #DF81B5 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 181 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.13 |
| HSL | 326.81º | 0.59% | 0.69% | - |
| HSV(B) | 326.81º | 0.42% | 0.87% | - |
| XYZ | 46.62 | 34.72 | 47.96 | - |
| YUV | 163.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 181 | 0 | 0.42 | 0.19 | 0.13 | 326.81 | 0.59 | 0.69 |
| Hex | DF | 81 | B5 | 0 | 2A | 13 | D | 147 | 3B | 45 |
| Octal | 337 | 201 | 265 | 0 | 52 | 23 | 15 | 507 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10110101 | 0 | 101010 | 10011 | 1101 | 101000111 | 111011 | 1000101 |
Color Harmonies of #DF81B5
Complementary color
Monochromatic Colors of #DF81B5
Black with #DF81B5
Text Example
Text Example
White with #DF81B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81B5; }
p { color: rgb(223,129,181); }
H1.HeaderClassName
{
color: #DF81B5;
}
.AnyTagClassName
{
color: #DF81B5;
}
</style>
background-color css
<style>
a { background-color: #DF81B5; }
a { background-color: rgb(223,129,181); }
div.DivClassName
{
background-color: #DF81B5;
}
.BgClassName
{
background-color: #DF81B5;
}
</style>
border-color css
<style>
span { border-color: #DF81B5; }
span { border-color: rgb(223,129,181); }
td.TdClassName
{
border-color: #DF81B5;
}
.TagClassName
{
border-color: #DF81B5;
}
</style>