Shades of Persian Pink #DF7BBF
Tints of Persian Pink #DF7BBF
RGB
CMYK
RGB Variations
Color information
#DF7BBF (or 0xDF7BBF) is known color: Persian Pink. HEX triplet: DF, 7B and BF. RGB value is (223,123,191). Sum of RGB (Red+Green+Blue) = 223+123+191=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BBF is #208440. Grayscale: #A0A0A0. Windows color (decimal): -2131009 or 12549087. OLE color: 12549087.
HSL color Cylindrical-coordinate representation of color #DF7BBF: hue angle of 319.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7BBF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 191 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.13 |
| HSL | 319.2º | 0.61% | 0.68% | - |
| HSV(B) | 319.2º | 0.45% | 0.87% | - |
| XYZ | 46.92 | 33.62 | 53.31 | - |
| YUV | 160.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 191 | 0 | 0.45 | 0.14 | 0.13 | 319.2 | 0.61 | 0.68 |
| Hex | DF | 7B | BF | 0 | 2D | E | D | 13F | 3D | 44 |
| Octal | 337 | 173 | 277 | 0 | 55 | 16 | 15 | 477 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10111111 | 0 | 101101 | 1110 | 1101 | 100111111 | 111101 | 1000100 |
Color Harmonies of #DF7BBF
Complementary color
Monochromatic Colors of #DF7BBF
Black with #DF7BBF
Text Example
Text Example
White with #DF7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BBF; }
p { color: rgb(223,123,191); }
H1.HeaderClassName
{
color: #DF7BBF;
}
.AnyTagClassName
{
color: #DF7BBF;
}
</style>
background-color css
<style>
a { background-color: #DF7BBF; }
a { background-color: rgb(223,123,191); }
div.DivClassName
{
background-color: #DF7BBF;
}
.BgClassName
{
background-color: #DF7BBF;
}
</style>
border-color css
<style>
span { border-color: #DF7BBF; }
span { border-color: rgb(223,123,191); }
td.TdClassName
{
border-color: #DF7BBF;
}
.TagClassName
{
border-color: #DF7BBF;
}
</style>