Shades of Persian Pink #DF6FB1
Tints of Persian Pink #DF6FB1
RGB
CMYK
RGB Variations
Color information
#DF6FB1 (or 0xDF6FB1) is known color: Persian Pink. HEX triplet: DF, 6F and B1. RGB value is (223,111,177). Sum of RGB (Red+Green+Blue) = 223+111+177=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6FB1 is #20904E. Grayscale: #979797. Windows color (decimal): -2134095 or 11628511. OLE color: 11628511.
HSL color Cylindrical-coordinate representation of color #DF6FB1: hue angle of 324.64º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FB1 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 177 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.13 |
| HSL | 324.64º | 0.64% | 0.65% | - |
| HSV(B) | 324.64º | 0.5% | 0.87% | - |
| XYZ | 44.05 | 30.23 | 45.11 | - |
| YUV | 152.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 177 | 0 | 0.50 | 0.21 | 0.13 | 324.64 | 0.64 | 0.65 |
| Hex | DF | 6F | B1 | 0 | 32 | 15 | D | 145 | 40 | 41 |
| Octal | 337 | 157 | 261 | 0 | 62 | 25 | 15 | 505 | 100 | 101 |
| Binary | 11011111 | 1101111 | 10110001 | 0 | 110010 | 10101 | 1101 | 101000101 | 1000000 | 1000001 |
Color Harmonies of #DF6FB1
Complementary color
Monochromatic Colors of #DF6FB1
Black with #DF6FB1
Text Example
Text Example
White with #DF6FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FB1; }
p { color: rgb(223,111,177); }
H1.HeaderClassName
{
color: #DF6FB1;
}
.AnyTagClassName
{
color: #DF6FB1;
}
</style>
background-color css
<style>
a { background-color: #DF6FB1; }
a { background-color: rgb(223,111,177); }
div.DivClassName
{
background-color: #DF6FB1;
}
.BgClassName
{
background-color: #DF6FB1;
}
</style>
border-color css
<style>
span { border-color: #DF6FB1; }
span { border-color: rgb(223,111,177); }
td.TdClassName
{
border-color: #DF6FB1;
}
.TagClassName
{
border-color: #DF6FB1;
}
</style>