Shades of Persian Pink #DF81B4
Tints of Persian Pink #DF81B4
RGB
CMYK
RGB Variations
Color information
#DF81B4 (or 0xDF81B4) is known color: Persian Pink. HEX triplet: DF, 81 and B4. RGB value is (223,129,180). Sum of RGB (Red+Green+Blue) = 223+129+180=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81B4 is #207E4B. Grayscale: #A2A2A2. Windows color (decimal): -2129484 or 11829727. OLE color: 11829727.
HSL color Cylindrical-coordinate representation of color #DF81B4: hue angle of 327.45º 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 #DF81B4 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 180 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.13 |
| HSL | 327.45º | 0.59% | 0.69% | - |
| HSV(B) | 327.45º | 0.42% | 0.87% | - |
| XYZ | 46.52 | 34.68 | 47.42 | - |
| YUV | 162.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 180 | 0 | 0.42 | 0.19 | 0.13 | 327.45 | 0.59 | 0.69 |
| Hex | DF | 81 | B4 | 0 | 2A | 13 | D | 147 | 3B | 45 |
| Octal | 337 | 201 | 264 | 0 | 52 | 23 | 15 | 507 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10110100 | 0 | 101010 | 10011 | 1101 | 101000111 | 111011 | 1000101 |
Color Harmonies of #DF81B4
Complementary color
Monochromatic Colors of #DF81B4
Black with #DF81B4
Text Example
Text Example
White with #DF81B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81B4; }
p { color: rgb(223,129,180); }
H1.HeaderClassName
{
color: #DF81B4;
}
.AnyTagClassName
{
color: #DF81B4;
}
</style>
background-color css
<style>
a { background-color: #DF81B4; }
a { background-color: rgb(223,129,180); }
div.DivClassName
{
background-color: #DF81B4;
}
.BgClassName
{
background-color: #DF81B4;
}
</style>
border-color css
<style>
span { border-color: #DF81B4; }
span { border-color: rgb(223,129,180); }
td.TdClassName
{
border-color: #DF81B4;
}
.TagClassName
{
border-color: #DF81B4;
}
</style>