Shades of Persian Pink #DF72B8
Tints of Persian Pink #DF72B8
RGB
CMYK
RGB Variations
Color information
#DF72B8 (or 0xDF72B8) is known color: Persian Pink. HEX triplet: DF, 72 and B8. RGB value is (223,114,184). Sum of RGB (Red+Green+Blue) = 223+114+184=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72B8 is #208D47. Grayscale: #9A9A9A. Windows color (decimal): -2133320 or 12088031. OLE color: 12088031.
HSL color Cylindrical-coordinate representation of color #DF72B8: hue angle of 321.47º 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 #DF72B8 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 184 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.13 |
| HSL | 321.47º | 0.63% | 0.66% | - |
| HSV(B) | 321.47º | 0.49% | 0.87% | - |
| XYZ | 45.1 | 31.18 | 48.99 | - |
| YUV | 154.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 184 | 0 | 0.49 | 0.17 | 0.13 | 321.47 | 0.63 | 0.66 |
| Hex | DF | 72 | B8 | 0 | 31 | 11 | D | 141 | 3F | 42 |
| Octal | 337 | 162 | 270 | 0 | 61 | 21 | 15 | 501 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10111000 | 0 | 110001 | 10001 | 1101 | 101000001 | 111111 | 1000010 |
Color Harmonies of #DF72B8
Complementary color
Monochromatic Colors of #DF72B8
Black with #DF72B8
Text Example
Text Example
White with #DF72B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72B8; }
p { color: rgb(223,114,184); }
H1.HeaderClassName
{
color: #DF72B8;
}
.AnyTagClassName
{
color: #DF72B8;
}
</style>
background-color css
<style>
a { background-color: #DF72B8; }
a { background-color: rgb(223,114,184); }
div.DivClassName
{
background-color: #DF72B8;
}
.BgClassName
{
background-color: #DF72B8;
}
</style>
border-color css
<style>
span { border-color: #DF72B8; }
span { border-color: rgb(223,114,184); }
td.TdClassName
{
border-color: #DF72B8;
}
.TagClassName
{
border-color: #DF72B8;
}
</style>