Shades of Persian Pink #DF74BC
Tints of Persian Pink #DF74BC
RGB
CMYK
RGB Variations
Color information
#DF74BC (or 0xDF74BC) is known color: Persian Pink. HEX triplet: DF, 74 and BC. RGB value is (223,116,188). Sum of RGB (Red+Green+Blue) = 223+116+188=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74BC is #208B43. Grayscale: #9C9C9C. Windows color (decimal): -2132804 or 12350687. OLE color: 12350687.
HSL color Cylindrical-coordinate representation of color #DF74BC: hue angle of 319.63º 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 #DF74BC is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 188 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.13 |
| HSL | 319.63º | 0.63% | 0.66% | - |
| HSV(B) | 319.63º | 0.48% | 0.87% | - |
| XYZ | 45.75 | 31.81 | 51.31 | - |
| YUV | 156.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 188 | 0 | 0.48 | 0.16 | 0.13 | 319.63 | 0.63 | 0.66 |
| Hex | DF | 74 | BC | 0 | 30 | 10 | D | 140 | 3F | 42 |
| Octal | 337 | 164 | 274 | 0 | 60 | 20 | 15 | 500 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10111100 | 0 | 110000 | 10000 | 1101 | 101000000 | 111111 | 1000010 |
Color Harmonies of #DF74BC
Complementary color
Monochromatic Colors of #DF74BC
Black with #DF74BC
Text Example
Text Example
White with #DF74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74BC; }
p { color: rgb(223,116,188); }
H1.HeaderClassName
{
color: #DF74BC;
}
.AnyTagClassName
{
color: #DF74BC;
}
</style>
background-color css
<style>
a { background-color: #DF74BC; }
a { background-color: rgb(223,116,188); }
div.DivClassName
{
background-color: #DF74BC;
}
.BgClassName
{
background-color: #DF74BC;
}
</style>
border-color css
<style>
span { border-color: #DF74BC; }
span { border-color: rgb(223,116,188); }
td.TdClassName
{
border-color: #DF74BC;
}
.TagClassName
{
border-color: #DF74BC;
}
</style>