Shades of Persian Pink #DF6EBB
Tints of Persian Pink #DF6EBB
RGB
CMYK
RGB Variations
Color information
#DF6EBB (or 0xDF6EBB) is known color: Persian Pink. HEX triplet: DF, 6E and BB. RGB value is (223,110,187). Sum of RGB (Red+Green+Blue) = 223+110+187=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EBB is #209144. Grayscale: #989898. Windows color (decimal): -2134341 or 12283615. OLE color: 12283615.
HSL color Cylindrical-coordinate representation of color #DF6EBB: hue angle of 319.12º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6EBB is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 187 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.13 |
| HSL | 319.12º | 0.64% | 0.65% | - |
| HSV(B) | 319.12º | 0.51% | 0.87% | - |
| XYZ | 44.98 | 30.43 | 50.52 | - |
| YUV | 152.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 187 | 0 | 0.51 | 0.16 | 0.13 | 319.12 | 0.64 | 0.65 |
| Hex | DF | 6E | BB | 0 | 33 | 10 | D | 13F | 40 | 41 |
| Octal | 337 | 156 | 273 | 0 | 63 | 20 | 15 | 477 | 100 | 101 |
| Binary | 11011111 | 1101110 | 10111011 | 0 | 110011 | 10000 | 1101 | 100111111 | 1000000 | 1000001 |
Color Harmonies of #DF6EBB
Complementary color
Monochromatic Colors of #DF6EBB
Black with #DF6EBB
Text Example
Text Example
White with #DF6EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6EBB; }
p { color: rgb(223,110,187); }
H1.HeaderClassName
{
color: #DF6EBB;
}
.AnyTagClassName
{
color: #DF6EBB;
}
</style>
background-color css
<style>
a { background-color: #DF6EBB; }
a { background-color: rgb(223,110,187); }
div.DivClassName
{
background-color: #DF6EBB;
}
.BgClassName
{
background-color: #DF6EBB;
}
</style>
border-color css
<style>
span { border-color: #DF6EBB; }
span { border-color: rgb(223,110,187); }
td.TdClassName
{
border-color: #DF6EBB;
}
.TagClassName
{
border-color: #DF6EBB;
}
</style>