Shades of Persian Pink #DF81BC
Tints of Persian Pink #DF81BC
RGB
CMYK
RGB Variations
Color information
#DF81BC (or 0xDF81BC) is known color: Persian Pink. HEX triplet: DF, 81 and BC. RGB value is (223,129,188). Sum of RGB (Red+Green+Blue) = 223+129+188=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81BC is #207E43. Grayscale: #A3A3A3. Windows color (decimal): -2129476 or 12354015. OLE color: 12354015.
HSL color Cylindrical-coordinate representation of color #DF81BC: hue angle of 322.34º 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 #DF81BC is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 188 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.13 |
| HSL | 322.34º | 0.59% | 0.69% | - |
| HSV(B) | 322.34º | 0.42% | 0.87% | - |
| XYZ | 47.36 | 35.02 | 51.84 | - |
| YUV | 163.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 188 | 0 | 0.42 | 0.16 | 0.13 | 322.34 | 0.59 | 0.69 |
| Hex | DF | 81 | BC | 0 | 2A | 10 | D | 142 | 3B | 45 |
| Octal | 337 | 201 | 274 | 0 | 52 | 20 | 15 | 502 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10111100 | 0 | 101010 | 10000 | 1101 | 101000010 | 111011 | 1000101 |
Color Harmonies of #DF81BC
Complementary color
Monochromatic Colors of #DF81BC
Black with #DF81BC
Text Example
Text Example
White with #DF81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81BC; }
p { color: rgb(223,129,188); }
H1.HeaderClassName
{
color: #DF81BC;
}
.AnyTagClassName
{
color: #DF81BC;
}
</style>
background-color css
<style>
a { background-color: #DF81BC; }
a { background-color: rgb(223,129,188); }
div.DivClassName
{
background-color: #DF81BC;
}
.BgClassName
{
background-color: #DF81BC;
}
</style>
border-color css
<style>
span { border-color: #DF81BC; }
span { border-color: rgb(223,129,188); }
td.TdClassName
{
border-color: #DF81BC;
}
.TagClassName
{
border-color: #DF81BC;
}
</style>