Shades of Persian Pink #DF75BA
Tints of Persian Pink #DF75BA
RGB
CMYK
RGB Variations
Color information
#DF75BA (or 0xDF75BA) is known color: Persian Pink. HEX triplet: DF, 75 and BA. RGB value is (223,117,186). Sum of RGB (Red+Green+Blue) = 223+117+186=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75BA is #208A45. Grayscale: #9C9C9C. Windows color (decimal): -2132550 or 12219871. OLE color: 12219871.
HSL color Cylindrical-coordinate representation of color #DF75BA: hue angle of 320.94º 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 #DF75BA is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 186 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.13 |
| HSL | 320.94º | 0.62% | 0.67% | - |
| HSV(B) | 320.94º | 0.48% | 0.87% | - |
| XYZ | 45.66 | 31.96 | 50.22 | - |
| YUV | 156.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 186 | 0 | 0.48 | 0.17 | 0.13 | 320.94 | 0.62 | 0.67 |
| Hex | DF | 75 | BA | 0 | 30 | 11 | D | 141 | 3E | 43 |
| Octal | 337 | 165 | 272 | 0 | 60 | 21 | 15 | 501 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10111010 | 0 | 110000 | 10001 | 1101 | 101000001 | 111110 | 1000011 |
Color Harmonies of #DF75BA
Complementary color
Monochromatic Colors of #DF75BA
Black with #DF75BA
Text Example
Text Example
White with #DF75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75BA; }
p { color: rgb(223,117,186); }
H1.HeaderClassName
{
color: #DF75BA;
}
.AnyTagClassName
{
color: #DF75BA;
}
</style>
background-color css
<style>
a { background-color: #DF75BA; }
a { background-color: rgb(223,117,186); }
div.DivClassName
{
background-color: #DF75BA;
}
.BgClassName
{
background-color: #DF75BA;
}
</style>
border-color css
<style>
span { border-color: #DF75BA; }
span { border-color: rgb(223,117,186); }
td.TdClassName
{
border-color: #DF75BA;
}
.TagClassName
{
border-color: #DF75BA;
}
</style>