Shades of Persian Pink #DF72BC
Tints of Persian Pink #DF72BC
RGB
CMYK
RGB Variations
Color information
#DF72BC (or 0xDF72BC) is known color: Persian Pink. HEX triplet: DF, 72 and BC. RGB value is (223,114,188). Sum of RGB (Red+Green+Blue) = 223+114+188=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72BC is #208D43. Grayscale: #9A9A9A. Windows color (decimal): -2133316 or 12350175. OLE color: 12350175.
HSL color Cylindrical-coordinate representation of color #DF72BC: hue angle of 319.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF72BC is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 188 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.13 |
| HSL | 319.27º | 0.63% | 0.66% | - |
| HSV(B) | 319.27º | 0.49% | 0.87% | - |
| XYZ | 45.53 | 31.35 | 51.23 | - |
| YUV | 155.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 188 | 0 | 0.49 | 0.16 | 0.13 | 319.27 | 0.63 | 0.66 |
| Hex | DF | 72 | BC | 0 | 31 | 10 | D | 13F | 3F | 42 |
| Octal | 337 | 162 | 274 | 0 | 61 | 20 | 15 | 477 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10111100 | 0 | 110001 | 10000 | 1101 | 100111111 | 111111 | 1000010 |
Color Harmonies of #DF72BC
Complementary color
Monochromatic Colors of #DF72BC
Black with #DF72BC
Text Example
Text Example
White with #DF72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72BC; }
p { color: rgb(223,114,188); }
H1.HeaderClassName
{
color: #DF72BC;
}
.AnyTagClassName
{
color: #DF72BC;
}
</style>
background-color css
<style>
a { background-color: #DF72BC; }
a { background-color: rgb(223,114,188); }
div.DivClassName
{
background-color: #DF72BC;
}
.BgClassName
{
background-color: #DF72BC;
}
</style>
border-color css
<style>
span { border-color: #DF72BC; }
span { border-color: rgb(223,114,188); }
td.TdClassName
{
border-color: #DF72BC;
}
.TagClassName
{
border-color: #DF72BC;
}
</style>