Shades of Persian Pink #DF74BF
Tints of Persian Pink #DF74BF
RGB
CMYK
RGB Variations
Color information
#DF74BF (or 0xDF74BF) is known color: Persian Pink. HEX triplet: DF, 74 and BF. RGB value is (223,116,191). Sum of RGB (Red+Green+Blue) = 223+116+191=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74BF is #208B40. Grayscale: #9C9C9C. Windows color (decimal): -2132801 or 12547295. OLE color: 12547295.
HSL color Cylindrical-coordinate representation of color #DF74BF: hue angle of 317.94º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF74BF is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 191 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.13 |
| HSL | 317.94º | 0.63% | 0.66% | - |
| HSV(B) | 317.94º | 0.48% | 0.87% | - |
| XYZ | 46.08 | 31.94 | 53.03 | - |
| YUV | 156.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 191 | 0 | 0.48 | 0.14 | 0.13 | 317.94 | 0.63 | 0.66 |
| Hex | DF | 74 | BF | 0 | 30 | E | D | 13E | 3F | 42 |
| Octal | 337 | 164 | 277 | 0 | 60 | 16 | 15 | 476 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10111111 | 0 | 110000 | 1110 | 1101 | 100111110 | 111111 | 1000010 |
Color Harmonies of #DF74BF
Complementary color
Monochromatic Colors of #DF74BF
Black with #DF74BF
Text Example
Text Example
White with #DF74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74BF; }
p { color: rgb(223,116,191); }
H1.HeaderClassName
{
color: #DF74BF;
}
.AnyTagClassName
{
color: #DF74BF;
}
</style>
background-color css
<style>
a { background-color: #DF74BF; }
a { background-color: rgb(223,116,191); }
div.DivClassName
{
background-color: #DF74BF;
}
.BgClassName
{
background-color: #DF74BF;
}
</style>
border-color css
<style>
span { border-color: #DF74BF; }
span { border-color: rgb(223,116,191); }
td.TdClassName
{
border-color: #DF74BF;
}
.TagClassName
{
border-color: #DF74BF;
}
</style>