Shades of Persian Pink #DF75B9
Tints of Persian Pink #DF75B9
RGB
CMYK
RGB Variations
Color information
#DF75B9 (or 0xDF75B9) is known color: Persian Pink. HEX triplet: DF, 75 and B9. RGB value is (223,117,185). Sum of RGB (Red+Green+Blue) = 223+117+185=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75B9 is #208A46. Grayscale: #9C9C9C. Windows color (decimal): -2132551 or 12154335. OLE color: 12154335.
HSL color Cylindrical-coordinate representation of color #DF75B9: hue angle of 321.51º 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 #DF75B9 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 185 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.13 |
| HSL | 321.51º | 0.62% | 0.67% | - |
| HSV(B) | 321.51º | 0.48% | 0.87% | - |
| XYZ | 45.55 | 31.91 | 49.66 | - |
| YUV | 156.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 185 | 0 | 0.48 | 0.17 | 0.13 | 321.51 | 0.62 | 0.67 |
| Hex | DF | 75 | B9 | 0 | 30 | 11 | D | 142 | 3E | 43 |
| Octal | 337 | 165 | 271 | 0 | 60 | 21 | 15 | 502 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10111001 | 0 | 110000 | 10001 | 1101 | 101000010 | 111110 | 1000011 |
Color Harmonies of #DF75B9
Complementary color
Monochromatic Colors of #DF75B9
Black with #DF75B9
Text Example
Text Example
White with #DF75B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75B9; }
p { color: rgb(223,117,185); }
H1.HeaderClassName
{
color: #DF75B9;
}
.AnyTagClassName
{
color: #DF75B9;
}
</style>
background-color css
<style>
a { background-color: #DF75B9; }
a { background-color: rgb(223,117,185); }
div.DivClassName
{
background-color: #DF75B9;
}
.BgClassName
{
background-color: #DF75B9;
}
</style>
border-color css
<style>
span { border-color: #DF75B9; }
span { border-color: rgb(223,117,185); }
td.TdClassName
{
border-color: #DF75B9;
}
.TagClassName
{
border-color: #DF75B9;
}
</style>