Shades of Persian Pink #DF75B1
Tints of Persian Pink #DF75B1
RGB
CMYK
RGB Variations
Color information
#DF75B1 (or 0xDF75B1) is known color: Persian Pink. HEX triplet: DF, 75 and B1. RGB value is (223,117,177). Sum of RGB (Red+Green+Blue) = 223+117+177=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75B1 is #208A4E. Grayscale: #9B9B9B. Windows color (decimal): -2132559 or 11630047. OLE color: 11630047.
HSL color Cylindrical-coordinate representation of color #DF75B1: hue angle of 326.04º 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 #DF75B1 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 177 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.13 |
| HSL | 326.04º | 0.62% | 0.67% | - |
| HSV(B) | 326.04º | 0.48% | 0.87% | - |
| XYZ | 44.73 | 31.58 | 45.33 | - |
| YUV | 155.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 177 | 0 | 0.48 | 0.21 | 0.13 | 326.04 | 0.62 | 0.67 |
| Hex | DF | 75 | B1 | 0 | 30 | 15 | D | 146 | 3E | 43 |
| Octal | 337 | 165 | 261 | 0 | 60 | 25 | 15 | 506 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10110001 | 0 | 110000 | 10101 | 1101 | 101000110 | 111110 | 1000011 |
Color Harmonies of #DF75B1
Complementary color
Monochromatic Colors of #DF75B1
Black with #DF75B1
Text Example
Text Example
White with #DF75B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75B1; }
p { color: rgb(223,117,177); }
H1.HeaderClassName
{
color: #DF75B1;
}
.AnyTagClassName
{
color: #DF75B1;
}
</style>
background-color css
<style>
a { background-color: #DF75B1; }
a { background-color: rgb(223,117,177); }
div.DivClassName
{
background-color: #DF75B1;
}
.BgClassName
{
background-color: #DF75B1;
}
</style>
border-color css
<style>
span { border-color: #DF75B1; }
span { border-color: rgb(223,117,177); }
td.TdClassName
{
border-color: #DF75B1;
}
.TagClassName
{
border-color: #DF75B1;
}
</style>