Shades of Persian Pink #DF6FBA
Tints of Persian Pink #DF6FBA
RGB
CMYK
RGB Variations
Color information
#DF6FBA (or 0xDF6FBA) is known color: Persian Pink. HEX triplet: DF, 6F and BA. RGB value is (223,111,186). Sum of RGB (Red+Green+Blue) = 223+111+186=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FBA is #209045. Grayscale: #989898. Windows color (decimal): -2134086 or 12218335. OLE color: 12218335.
HSL color Cylindrical-coordinate representation of color #DF6FBA: hue angle of 319.82º 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 #DF6FBA is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 186 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.13 |
| HSL | 319.82º | 0.64% | 0.65% | - |
| HSV(B) | 319.82º | 0.5% | 0.87% | - |
| XYZ | 44.98 | 30.6 | 49.99 | - |
| YUV | 153.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 186 | 0 | 0.50 | 0.17 | 0.13 | 319.82 | 0.64 | 0.65 |
| Hex | DF | 6F | BA | 0 | 32 | 11 | D | 140 | 40 | 41 |
| Octal | 337 | 157 | 272 | 0 | 62 | 21 | 15 | 500 | 100 | 101 |
| Binary | 11011111 | 1101111 | 10111010 | 0 | 110010 | 10001 | 1101 | 101000000 | 1000000 | 1000001 |
Color Harmonies of #DF6FBA
Complementary color
Monochromatic Colors of #DF6FBA
Black with #DF6FBA
Text Example
Text Example
White with #DF6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FBA; }
p { color: rgb(223,111,186); }
H1.HeaderClassName
{
color: #DF6FBA;
}
.AnyTagClassName
{
color: #DF6FBA;
}
</style>
background-color css
<style>
a { background-color: #DF6FBA; }
a { background-color: rgb(223,111,186); }
div.DivClassName
{
background-color: #DF6FBA;
}
.BgClassName
{
background-color: #DF6FBA;
}
</style>
border-color css
<style>
span { border-color: #DF6FBA; }
span { border-color: rgb(223,111,186); }
td.TdClassName
{
border-color: #DF6FBA;
}
.TagClassName
{
border-color: #DF6FBA;
}
</style>