Shades of Persian Pink #DF6FB8
Tints of Persian Pink #DF6FB8
RGB
CMYK
RGB Variations
Color information
#DF6FB8 (or 0xDF6FB8) is known color: Persian Pink. HEX triplet: DF, 6F and B8. RGB value is (223,111,184). Sum of RGB (Red+Green+Blue) = 223+111+184=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FB8 is #209047. Grayscale: #989898. Windows color (decimal): -2134088 or 12087263. OLE color: 12087263.
HSL color Cylindrical-coordinate representation of color #DF6FB8: hue angle of 320.89º 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 #DF6FB8 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 184 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.13 |
| HSL | 320.89º | 0.64% | 0.65% | - |
| HSV(B) | 320.89º | 0.5% | 0.87% | - |
| XYZ | 44.77 | 30.52 | 48.88 | - |
| YUV | 152.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 184 | 0 | 0.50 | 0.17 | 0.13 | 320.89 | 0.64 | 0.65 |
| Hex | DF | 6F | B8 | 0 | 32 | 11 | D | 141 | 40 | 41 |
| Octal | 337 | 157 | 270 | 0 | 62 | 21 | 15 | 501 | 100 | 101 |
| Binary | 11011111 | 1101111 | 10111000 | 0 | 110010 | 10001 | 1101 | 101000001 | 1000000 | 1000001 |
Color Harmonies of #DF6FB8
Complementary color
Monochromatic Colors of #DF6FB8
Black with #DF6FB8
Text Example
Text Example
White with #DF6FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FB8; }
p { color: rgb(223,111,184); }
H1.HeaderClassName
{
color: #DF6FB8;
}
.AnyTagClassName
{
color: #DF6FB8;
}
</style>
background-color css
<style>
a { background-color: #DF6FB8; }
a { background-color: rgb(223,111,184); }
div.DivClassName
{
background-color: #DF6FB8;
}
.BgClassName
{
background-color: #DF6FB8;
}
</style>
border-color css
<style>
span { border-color: #DF6FB8; }
span { border-color: rgb(223,111,184); }
td.TdClassName
{
border-color: #DF6FB8;
}
.TagClassName
{
border-color: #DF6FB8;
}
</style>