Shades of Persian Pink #DF77BE
Tints of Persian Pink #DF77BE
RGB
CMYK
RGB Variations
Color information
#DF77BE (or 0xDF77BE) is known color: Persian Pink. HEX triplet: DF, 77 and BE. RGB value is (223,119,190). Sum of RGB (Red+Green+Blue) = 223+119+190=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77BE is #208841. Grayscale: #9E9E9E. Windows color (decimal): -2132034 or 12482527. OLE color: 12482527.
HSL color Cylindrical-coordinate representation of color #DF77BE: hue angle of 319.04º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77BE is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 190 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.13 |
| HSL | 319.04º | 0.62% | 0.67% | - |
| HSV(B) | 319.04º | 0.47% | 0.87% | - |
| XYZ | 46.32 | 32.6 | 52.57 | - |
| YUV | 158.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 190 | 0 | 0.47 | 0.15 | 0.13 | 319.04 | 0.62 | 0.67 |
| Hex | DF | 77 | BE | 0 | 2F | F | D | 13F | 3E | 43 |
| Octal | 337 | 167 | 276 | 0 | 57 | 17 | 15 | 477 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10111110 | 0 | 101111 | 1111 | 1101 | 100111111 | 111110 | 1000011 |
Color Harmonies of #DF77BE
Complementary color
Monochromatic Colors of #DF77BE
Black with #DF77BE
Text Example
Text Example
White with #DF77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77BE; }
p { color: rgb(223,119,190); }
H1.HeaderClassName
{
color: #DF77BE;
}
.AnyTagClassName
{
color: #DF77BE;
}
</style>
background-color css
<style>
a { background-color: #DF77BE; }
a { background-color: rgb(223,119,190); }
div.DivClassName
{
background-color: #DF77BE;
}
.BgClassName
{
background-color: #DF77BE;
}
</style>
border-color css
<style>
span { border-color: #DF77BE; }
span { border-color: rgb(223,119,190); }
td.TdClassName
{
border-color: #DF77BE;
}
.TagClassName
{
border-color: #DF77BE;
}
</style>