Shades of Persian Pink #DF6FBC
Tints of Persian Pink #DF6FBC
RGB
CMYK
RGB Variations
Color information
#DF6FBC (or 0xDF6FBC) is known color: Persian Pink. HEX triplet: DF, 6F and BC. RGB value is (223,111,188). Sum of RGB (Red+Green+Blue) = 223+111+188=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FBC is #209043. Grayscale: #999999. Windows color (decimal): -2134084 or 12349407. OLE color: 12349407.
HSL color Cylindrical-coordinate representation of color #DF6FBC: hue angle of 318.75º 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 #DF6FBC is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 188 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.13 |
| HSL | 318.75º | 0.64% | 0.65% | - |
| HSV(B) | 318.75º | 0.5% | 0.87% | - |
| XYZ | 45.19 | 30.69 | 51.12 | - |
| YUV | 153.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 188 | 0 | 0.50 | 0.16 | 0.13 | 318.75 | 0.64 | 0.65 |
| Hex | DF | 6F | BC | 0 | 32 | 10 | D | 13F | 40 | 41 |
| Octal | 337 | 157 | 274 | 0 | 62 | 20 | 15 | 477 | 100 | 101 |
| Binary | 11011111 | 1101111 | 10111100 | 0 | 110010 | 10000 | 1101 | 100111111 | 1000000 | 1000001 |
Color Harmonies of #DF6FBC
Complementary color
Monochromatic Colors of #DF6FBC
Black with #DF6FBC
Text Example
Text Example
White with #DF6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FBC; }
p { color: rgb(223,111,188); }
H1.HeaderClassName
{
color: #DF6FBC;
}
.AnyTagClassName
{
color: #DF6FBC;
}
</style>
background-color css
<style>
a { background-color: #DF6FBC; }
a { background-color: rgb(223,111,188); }
div.DivClassName
{
background-color: #DF6FBC;
}
.BgClassName
{
background-color: #DF6FBC;
}
</style>
border-color css
<style>
span { border-color: #DF6FBC; }
span { border-color: rgb(223,111,188); }
td.TdClassName
{
border-color: #DF6FBC;
}
.TagClassName
{
border-color: #DF6FBC;
}
</style>