Shades of Persian Pink #DF74BE
Tints of Persian Pink #DF74BE
RGB
CMYK
RGB Variations
Color information
#DF74BE (or 0xDF74BE) is known color: Persian Pink. HEX triplet: DF, 74 and BE. RGB value is (223,116,190). Sum of RGB (Red+Green+Blue) = 223+116+190=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74BE is #208B41. Grayscale: #9C9C9C. Windows color (decimal): -2132802 or 12481759. OLE color: 12481759.
HSL color Cylindrical-coordinate representation of color #DF74BE: hue angle of 318.5º 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 #DF74BE is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 190 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.13 |
| HSL | 318.5º | 0.63% | 0.66% | - |
| HSV(B) | 318.5º | 0.48% | 0.87% | - |
| XYZ | 45.97 | 31.9 | 52.45 | - |
| YUV | 156.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 190 | 0 | 0.48 | 0.15 | 0.13 | 318.5 | 0.63 | 0.66 |
| Hex | DF | 74 | BE | 0 | 30 | F | D | 13F | 3F | 42 |
| Octal | 337 | 164 | 276 | 0 | 60 | 17 | 15 | 477 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10111110 | 0 | 110000 | 1111 | 1101 | 100111111 | 111111 | 1000010 |
Color Harmonies of #DF74BE
Complementary color
Monochromatic Colors of #DF74BE
Black with #DF74BE
Text Example
Text Example
White with #DF74BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74BE; }
p { color: rgb(223,116,190); }
H1.HeaderClassName
{
color: #DF74BE;
}
.AnyTagClassName
{
color: #DF74BE;
}
</style>
background-color css
<style>
a { background-color: #DF74BE; }
a { background-color: rgb(223,116,190); }
div.DivClassName
{
background-color: #DF74BE;
}
.BgClassName
{
background-color: #DF74BE;
}
</style>
border-color css
<style>
span { border-color: #DF74BE; }
span { border-color: rgb(223,116,190); }
td.TdClassName
{
border-color: #DF74BE;
}
.TagClassName
{
border-color: #DF74BE;
}
</style>