Shades of Persian Pink #DF74BA
Tints of Persian Pink #DF74BA
RGB
CMYK
RGB Variations
Color information
#DF74BA (or 0xDF74BA) is known color: Persian Pink. HEX triplet: DF, 74 and BA. RGB value is (223,116,186). Sum of RGB (Red+Green+Blue) = 223+116+186=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74BA is #208B45. Grayscale: #9B9B9B. Windows color (decimal): -2132806 or 12219615. OLE color: 12219615.
HSL color Cylindrical-coordinate representation of color #DF74BA: hue angle of 320.75º 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 #DF74BA is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 186 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.13 |
| HSL | 320.75º | 0.63% | 0.66% | - |
| HSV(B) | 320.75º | 0.48% | 0.87% | - |
| XYZ | 45.54 | 31.72 | 50.18 | - |
| YUV | 155.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 186 | 0 | 0.48 | 0.17 | 0.13 | 320.75 | 0.63 | 0.66 |
| Hex | DF | 74 | BA | 0 | 30 | 11 | D | 141 | 3F | 42 |
| Octal | 337 | 164 | 272 | 0 | 60 | 21 | 15 | 501 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10111010 | 0 | 110000 | 10001 | 1101 | 101000001 | 111111 | 1000010 |
Color Harmonies of #DF74BA
Complementary color
Monochromatic Colors of #DF74BA
Black with #DF74BA
Text Example
Text Example
White with #DF74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74BA; }
p { color: rgb(223,116,186); }
H1.HeaderClassName
{
color: #DF74BA;
}
.AnyTagClassName
{
color: #DF74BA;
}
</style>
background-color css
<style>
a { background-color: #DF74BA; }
a { background-color: rgb(223,116,186); }
div.DivClassName
{
background-color: #DF74BA;
}
.BgClassName
{
background-color: #DF74BA;
}
</style>
border-color css
<style>
span { border-color: #DF74BA; }
span { border-color: rgb(223,116,186); }
td.TdClassName
{
border-color: #DF74BA;
}
.TagClassName
{
border-color: #DF74BA;
}
</style>