Shades of Persian Pink #DF7BBB
Tints of Persian Pink #DF7BBB
RGB
CMYK
RGB Variations
Color information
#DF7BBB (or 0xDF7BBB) is known color: Persian Pink. HEX triplet: DF, 7B and BB. RGB value is (223,123,187). Sum of RGB (Red+Green+Blue) = 223+123+187=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BBB is #208444. Grayscale: #A0A0A0. Windows color (decimal): -2131013 or 12286943. OLE color: 12286943.
HSL color Cylindrical-coordinate representation of color #DF7BBB: hue angle of 321.6º 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 #DF7BBB is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 187 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.13 |
| HSL | 321.6º | 0.61% | 0.68% | - |
| HSV(B) | 321.6º | 0.45% | 0.87% | - |
| XYZ | 46.48 | 33.44 | 51.02 | - |
| YUV | 160.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 187 | 0 | 0.45 | 0.16 | 0.13 | 321.6 | 0.61 | 0.68 |
| Hex | DF | 7B | BB | 0 | 2D | 10 | D | 142 | 3D | 44 |
| Octal | 337 | 173 | 273 | 0 | 55 | 20 | 15 | 502 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10111011 | 0 | 101101 | 10000 | 1101 | 101000010 | 111101 | 1000100 |
Color Harmonies of #DF7BBB
Complementary color
Monochromatic Colors of #DF7BBB
Black with #DF7BBB
Text Example
Text Example
White with #DF7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BBB; }
p { color: rgb(223,123,187); }
H1.HeaderClassName
{
color: #DF7BBB;
}
.AnyTagClassName
{
color: #DF7BBB;
}
</style>
background-color css
<style>
a { background-color: #DF7BBB; }
a { background-color: rgb(223,123,187); }
div.DivClassName
{
background-color: #DF7BBB;
}
.BgClassName
{
background-color: #DF7BBB;
}
</style>
border-color css
<style>
span { border-color: #DF7BBB; }
span { border-color: rgb(223,123,187); }
td.TdClassName
{
border-color: #DF7BBB;
}
.TagClassName
{
border-color: #DF7BBB;
}
</style>