Shades of Persian Pink #DF73BD
Tints of Persian Pink #DF73BD
RGB
CMYK
RGB Variations
Color information
#DF73BD (or 0xDF73BD) is known color: Persian Pink. HEX triplet: DF, 73 and BD. RGB value is (223,115,189). Sum of RGB (Red+Green+Blue) = 223+115+189=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73BD is #208C42. Grayscale: #9B9B9B. Windows color (decimal): -2133059 or 12415967. OLE color: 12415967.
HSL color Cylindrical-coordinate representation of color #DF73BD: hue angle of 318.89º 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 #DF73BD is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 189 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.13 |
| HSL | 318.89º | 0.63% | 0.66% | - |
| HSV(B) | 318.89º | 0.48% | 0.87% | - |
| XYZ | 45.75 | 31.62 | 51.84 | - |
| YUV | 155.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 189 | 0 | 0.48 | 0.15 | 0.13 | 318.89 | 0.63 | 0.66 |
| Hex | DF | 73 | BD | 0 | 30 | F | D | 13F | 3F | 42 |
| Octal | 337 | 163 | 275 | 0 | 60 | 17 | 15 | 477 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10111101 | 0 | 110000 | 1111 | 1101 | 100111111 | 111111 | 1000010 |
Color Harmonies of #DF73BD
Complementary color
Monochromatic Colors of #DF73BD
Black with #DF73BD
Text Example
Text Example
White with #DF73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73BD; }
p { color: rgb(223,115,189); }
H1.HeaderClassName
{
color: #DF73BD;
}
.AnyTagClassName
{
color: #DF73BD;
}
</style>
background-color css
<style>
a { background-color: #DF73BD; }
a { background-color: rgb(223,115,189); }
div.DivClassName
{
background-color: #DF73BD;
}
.BgClassName
{
background-color: #DF73BD;
}
</style>
border-color css
<style>
span { border-color: #DF73BD; }
span { border-color: rgb(223,115,189); }
td.TdClassName
{
border-color: #DF73BD;
}
.TagClassName
{
border-color: #DF73BD;
}
</style>