Shades of Persian Pink #DF81B3
Tints of Persian Pink #DF81B3
RGB
CMYK
RGB Variations
Color information
#DF81B3 (or 0xDF81B3) is known color: Persian Pink. HEX triplet: DF, 81 and B3. RGB value is (223,129,179). Sum of RGB (Red+Green+Blue) = 223+129+179=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81B3 is #207E4C. Grayscale: #A2A2A2. Windows color (decimal): -2129485 or 11764191. OLE color: 11764191.
HSL color Cylindrical-coordinate representation of color #DF81B3: hue angle of 328.09º 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 #DF81B3 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 179 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.13 |
| HSL | 328.09º | 0.59% | 0.69% | - |
| HSV(B) | 328.09º | 0.42% | 0.87% | - |
| XYZ | 46.42 | 34.64 | 46.89 | - |
| YUV | 162.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 179 | 0 | 0.42 | 0.20 | 0.13 | 328.09 | 0.59 | 0.69 |
| Hex | DF | 81 | B3 | 0 | 2A | 14 | D | 148 | 3B | 45 |
| Octal | 337 | 201 | 263 | 0 | 52 | 24 | 15 | 510 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10110011 | 0 | 101010 | 10100 | 1101 | 101001000 | 111011 | 1000101 |
Color Harmonies of #DF81B3
Complementary color
Monochromatic Colors of #DF81B3
Black with #DF81B3
Text Example
Text Example
White with #DF81B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81B3; }
p { color: rgb(223,129,179); }
H1.HeaderClassName
{
color: #DF81B3;
}
.AnyTagClassName
{
color: #DF81B3;
}
</style>
background-color css
<style>
a { background-color: #DF81B3; }
a { background-color: rgb(223,129,179); }
div.DivClassName
{
background-color: #DF81B3;
}
.BgClassName
{
background-color: #DF81B3;
}
</style>
border-color css
<style>
span { border-color: #DF81B3; }
span { border-color: rgb(223,129,179); }
td.TdClassName
{
border-color: #DF81B3;
}
.TagClassName
{
border-color: #DF81B3;
}
</style>