Shades of Persian Pink #DF78BB
Tints of Persian Pink #DF78BB
RGB
CMYK
RGB Variations
Color information
#DF78BB (or 0xDF78BB) is known color: Persian Pink. HEX triplet: DF, 78 and BB. RGB value is (223,120,187). Sum of RGB (Red+Green+Blue) = 223+120+187=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78BB is #208744. Grayscale: #9E9E9E. Windows color (decimal): -2131781 or 12286175. OLE color: 12286175.
HSL color Cylindrical-coordinate representation of color #DF78BB: hue angle of 320.97º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF78BB is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 187 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.13 |
| HSL | 320.97º | 0.62% | 0.67% | - |
| HSV(B) | 320.97º | 0.46% | 0.87% | - |
| XYZ | 46.12 | 32.71 | 50.9 | - |
| YUV | 158.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 187 | 0 | 0.46 | 0.16 | 0.13 | 320.97 | 0.62 | 0.67 |
| Hex | DF | 78 | BB | 0 | 2E | 10 | D | 141 | 3E | 43 |
| Octal | 337 | 170 | 273 | 0 | 56 | 20 | 15 | 501 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10111011 | 0 | 101110 | 10000 | 1101 | 101000001 | 111110 | 1000011 |
Color Harmonies of #DF78BB
Complementary color
Monochromatic Colors of #DF78BB
Black with #DF78BB
Text Example
Text Example
White with #DF78BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78BB; }
p { color: rgb(223,120,187); }
H1.HeaderClassName
{
color: #DF78BB;
}
.AnyTagClassName
{
color: #DF78BB;
}
</style>
background-color css
<style>
a { background-color: #DF78BB; }
a { background-color: rgb(223,120,187); }
div.DivClassName
{
background-color: #DF78BB;
}
.BgClassName
{
background-color: #DF78BB;
}
</style>
border-color css
<style>
span { border-color: #DF78BB; }
span { border-color: rgb(223,120,187); }
td.TdClassName
{
border-color: #DF78BB;
}
.TagClassName
{
border-color: #DF78BB;
}
</style>