Shades of Persian Pink #DF75BC
Tints of Persian Pink #DF75BC
RGB
CMYK
RGB Variations
Color information
#DF75BC (or 0xDF75BC) is known color: Persian Pink. HEX triplet: DF, 75 and BC. RGB value is (223,117,188). Sum of RGB (Red+Green+Blue) = 223+117+188=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75BC is #208A43. Grayscale: #9C9C9C. Windows color (decimal): -2132548 or 12350943. OLE color: 12350943.
HSL color Cylindrical-coordinate representation of color #DF75BC: hue angle of 319.81º 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 #DF75BC is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 188 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.13 |
| HSL | 319.81º | 0.62% | 0.67% | - |
| HSV(B) | 319.81º | 0.48% | 0.87% | - |
| XYZ | 45.87 | 32.04 | 51.34 | - |
| YUV | 156.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 188 | 0 | 0.48 | 0.16 | 0.13 | 319.81 | 0.62 | 0.67 |
| Hex | DF | 75 | BC | 0 | 30 | 10 | D | 140 | 3E | 43 |
| Octal | 337 | 165 | 274 | 0 | 60 | 20 | 15 | 500 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10111100 | 0 | 110000 | 10000 | 1101 | 101000000 | 111110 | 1000011 |
Color Harmonies of #DF75BC
Complementary color
Monochromatic Colors of #DF75BC
Black with #DF75BC
Text Example
Text Example
White with #DF75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75BC; }
p { color: rgb(223,117,188); }
H1.HeaderClassName
{
color: #DF75BC;
}
.AnyTagClassName
{
color: #DF75BC;
}
</style>
background-color css
<style>
a { background-color: #DF75BC; }
a { background-color: rgb(223,117,188); }
div.DivClassName
{
background-color: #DF75BC;
}
.BgClassName
{
background-color: #DF75BC;
}
</style>
border-color css
<style>
span { border-color: #DF75BC; }
span { border-color: rgb(223,117,188); }
td.TdClassName
{
border-color: #DF75BC;
}
.TagClassName
{
border-color: #DF75BC;
}
</style>