Shades of Persian Pink #DF75BB
Tints of Persian Pink #DF75BB
RGB
CMYK
RGB Variations
Color information
#DF75BB (or 0xDF75BB) is known color: Persian Pink. HEX triplet: DF, 75 and BB. RGB value is (223,117,187). Sum of RGB (Red+Green+Blue) = 223+117+187=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75BB is #208A44. Grayscale: #9C9C9C. Windows color (decimal): -2132549 or 12285407. OLE color: 12285407.
HSL color Cylindrical-coordinate representation of color #DF75BB: hue angle of 320.38º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75BB is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 187 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.13 |
| HSL | 320.38º | 0.62% | 0.67% | - |
| HSV(B) | 320.38º | 0.48% | 0.87% | - |
| XYZ | 45.76 | 32 | 50.78 | - |
| YUV | 156.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 187 | 0 | 0.48 | 0.16 | 0.13 | 320.38 | 0.62 | 0.67 |
| Hex | DF | 75 | BB | 0 | 30 | 10 | D | 140 | 3E | 43 |
| Octal | 337 | 165 | 273 | 0 | 60 | 20 | 15 | 500 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10111011 | 0 | 110000 | 10000 | 1101 | 101000000 | 111110 | 1000011 |
Color Harmonies of #DF75BB
Complementary color
Monochromatic Colors of #DF75BB
Black with #DF75BB
Text Example
Text Example
White with #DF75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75BB; }
p { color: rgb(223,117,187); }
H1.HeaderClassName
{
color: #DF75BB;
}
.AnyTagClassName
{
color: #DF75BB;
}
</style>
background-color css
<style>
a { background-color: #DF75BB; }
a { background-color: rgb(223,117,187); }
div.DivClassName
{
background-color: #DF75BB;
}
.BgClassName
{
background-color: #DF75BB;
}
</style>
border-color css
<style>
span { border-color: #DF75BB; }
span { border-color: rgb(223,117,187); }
td.TdClassName
{
border-color: #DF75BB;
}
.TagClassName
{
border-color: #DF75BB;
}
</style>