Shades of Persian Pink #DF6FB5
Tints of Persian Pink #DF6FB5
RGB
CMYK
RGB Variations
Color information
#DF6FB5 (or 0xDF6FB5) is known color: Persian Pink. HEX triplet: DF, 6F and B5. RGB value is (223,111,181). Sum of RGB (Red+Green+Blue) = 223+111+181=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FB5 is #20904A. Grayscale: #989898. Windows color (decimal): -2134091 or 11890655. OLE color: 11890655.
HSL color Cylindrical-coordinate representation of color #DF6FB5: hue angle of 322.5º 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 #DF6FB5 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 181 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.13 |
| HSL | 322.5º | 0.64% | 0.65% | - |
| HSV(B) | 322.5º | 0.5% | 0.87% | - |
| XYZ | 44.46 | 30.39 | 47.24 | - |
| YUV | 152.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 181 | 0 | 0.50 | 0.19 | 0.13 | 322.5 | 0.64 | 0.65 |
| Hex | DF | 6F | B5 | 0 | 32 | 13 | D | 142 | 40 | 41 |
| Octal | 337 | 157 | 265 | 0 | 62 | 23 | 15 | 502 | 100 | 101 |
| Binary | 11011111 | 1101111 | 10110101 | 0 | 110010 | 10011 | 1101 | 101000010 | 1000000 | 1000001 |
Color Harmonies of #DF6FB5
Complementary color
Monochromatic Colors of #DF6FB5
Black with #DF6FB5
Text Example
Text Example
White with #DF6FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FB5; }
p { color: rgb(223,111,181); }
H1.HeaderClassName
{
color: #DF6FB5;
}
.AnyTagClassName
{
color: #DF6FB5;
}
</style>
background-color css
<style>
a { background-color: #DF6FB5; }
a { background-color: rgb(223,111,181); }
div.DivClassName
{
background-color: #DF6FB5;
}
.BgClassName
{
background-color: #DF6FB5;
}
</style>
border-color css
<style>
span { border-color: #DF6FB5; }
span { border-color: rgb(223,111,181); }
td.TdClassName
{
border-color: #DF6FB5;
}
.TagClassName
{
border-color: #DF6FB5;
}
</style>