Shades of Persian Pink #DF78BC
Tints of Persian Pink #DF78BC
RGB
CMYK
RGB Variations
Color information
#DF78BC (or 0xDF78BC) is known color: Persian Pink. HEX triplet: DF, 78 and BC. RGB value is (223,120,188). Sum of RGB (Red+Green+Blue) = 223+120+188=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78BC is #208743. Grayscale: #9E9E9E. Windows color (decimal): -2131780 or 12351711. OLE color: 12351711.
HSL color Cylindrical-coordinate representation of color #DF78BC: hue angle of 320.39º 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 #DF78BC is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 188 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.13 |
| HSL | 320.39º | 0.62% | 0.67% | - |
| HSV(B) | 320.39º | 0.46% | 0.87% | - |
| XYZ | 46.23 | 32.75 | 51.46 | - |
| YUV | 158.55 | 144.62 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 188 | 0 | 0.46 | 0.16 | 0.13 | 320.39 | 0.62 | 0.67 |
| Hex | DF | 78 | BC | 0 | 2E | 10 | D | 140 | 3E | 43 |
| Octal | 337 | 170 | 274 | 0 | 56 | 20 | 15 | 500 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10111100 | 0 | 101110 | 10000 | 1101 | 101000000 | 111110 | 1000011 |
Color Harmonies of #DF78BC
Complementary color
Monochromatic Colors of #DF78BC
Black with #DF78BC
Text Example
Text Example
White with #DF78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78BC; }
p { color: rgb(223,120,188); }
H1.HeaderClassName
{
color: #DF78BC;
}
.AnyTagClassName
{
color: #DF78BC;
}
</style>
background-color css
<style>
a { background-color: #DF78BC; }
a { background-color: rgb(223,120,188); }
div.DivClassName
{
background-color: #DF78BC;
}
.BgClassName
{
background-color: #DF78BC;
}
</style>
border-color css
<style>
span { border-color: #DF78BC; }
span { border-color: rgb(223,120,188); }
td.TdClassName
{
border-color: #DF78BC;
}
.TagClassName
{
border-color: #DF78BC;
}
</style>