Shades of Persian Pink #DF76B9
Tints of Persian Pink #DF76B9
RGB
CMYK
RGB Variations
Color information
#DF76B9 (or 0xDF76B9) is known color: Persian Pink. HEX triplet: DF, 76 and B9. RGB value is (223,118,185). Sum of RGB (Red+Green+Blue) = 223+118+185=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76B9 is #208946. Grayscale: #9C9C9C. Windows color (decimal): -2132295 or 12154591. OLE color: 12154591.
HSL color Cylindrical-coordinate representation of color #DF76B9: hue angle of 321.71º 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 #DF76B9 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 185 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.13 |
| HSL | 321.71º | 0.62% | 0.67% | - |
| HSV(B) | 321.71º | 0.47% | 0.87% | - |
| XYZ | 45.67 | 32.15 | 49.7 | - |
| YUV | 157.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 185 | 0 | 0.47 | 0.17 | 0.13 | 321.71 | 0.62 | 0.67 |
| Hex | DF | 76 | B9 | 0 | 2F | 11 | D | 142 | 3E | 43 |
| Octal | 337 | 166 | 271 | 0 | 57 | 21 | 15 | 502 | 76 | 103 |
| Binary | 11011111 | 1110110 | 10111001 | 0 | 101111 | 10001 | 1101 | 101000010 | 111110 | 1000011 |
Color Harmonies of #DF76B9
Complementary color
Monochromatic Colors of #DF76B9
Black with #DF76B9
Text Example
Text Example
White with #DF76B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76B9; }
p { color: rgb(223,118,185); }
H1.HeaderClassName
{
color: #DF76B9;
}
.AnyTagClassName
{
color: #DF76B9;
}
</style>
background-color css
<style>
a { background-color: #DF76B9; }
a { background-color: rgb(223,118,185); }
div.DivClassName
{
background-color: #DF76B9;
}
.BgClassName
{
background-color: #DF76B9;
}
</style>
border-color css
<style>
span { border-color: #DF76B9; }
span { border-color: rgb(223,118,185); }
td.TdClassName
{
border-color: #DF76B9;
}
.TagClassName
{
border-color: #DF76B9;
}
</style>