Shades of Persian Pink #DF7BBE
Tints of Persian Pink #DF7BBE
RGB
CMYK
RGB Variations
Color information
#DF7BBE (or 0xDF7BBE) is known color: Persian Pink. HEX triplet: DF, 7B and BE. RGB value is (223,123,190). Sum of RGB (Red+Green+Blue) = 223+123+190=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BBE is #208441. Grayscale: #A0A0A0. Windows color (decimal): -2131010 or 12483551. OLE color: 12483551.
HSL color Cylindrical-coordinate representation of color #DF7BBE: hue angle of 319.8º 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 #DF7BBE is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 190 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.13 |
| HSL | 319.8º | 0.61% | 0.68% | - |
| HSV(B) | 319.8º | 0.45% | 0.87% | - |
| XYZ | 46.81 | 33.57 | 52.73 | - |
| YUV | 160.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 190 | 0 | 0.45 | 0.15 | 0.13 | 319.8 | 0.61 | 0.68 |
| Hex | DF | 7B | BE | 0 | 2D | F | D | 140 | 3D | 44 |
| Octal | 337 | 173 | 276 | 0 | 55 | 17 | 15 | 500 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10111110 | 0 | 101101 | 1111 | 1101 | 101000000 | 111101 | 1000100 |
Color Harmonies of #DF7BBE
Complementary color
Monochromatic Colors of #DF7BBE
Black with #DF7BBE
Text Example
Text Example
White with #DF7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BBE; }
p { color: rgb(223,123,190); }
H1.HeaderClassName
{
color: #DF7BBE;
}
.AnyTagClassName
{
color: #DF7BBE;
}
</style>
background-color css
<style>
a { background-color: #DF7BBE; }
a { background-color: rgb(223,123,190); }
div.DivClassName
{
background-color: #DF7BBE;
}
.BgClassName
{
background-color: #DF7BBE;
}
</style>
border-color css
<style>
span { border-color: #DF7BBE; }
span { border-color: rgb(223,123,190); }
td.TdClassName
{
border-color: #DF7BBE;
}
.TagClassName
{
border-color: #DF7BBE;
}
</style>