Shades of Persian Pink #DF83BF
Tints of Persian Pink #DF83BF
RGB
CMYK
RGB Variations
Color information
#DF83BF (or 0xDF83BF) is known color: Persian Pink. HEX triplet: DF, 83 and BF. RGB value is (223,131,191). Sum of RGB (Red+Green+Blue) = 223+131+191=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83BF is #207C40. Grayscale: #A5A5A5. Windows color (decimal): -2128961 or 12551135. OLE color: 12551135.
HSL color Cylindrical-coordinate representation of color #DF83BF: hue angle of 320.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF83BF is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 191 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.13 |
| HSL | 320.87º | 0.59% | 0.69% | - |
| HSV(B) | 320.87º | 0.41% | 0.87% | - |
| XYZ | 47.95 | 35.68 | 53.65 | - |
| YUV | 165.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 191 | 0 | 0.41 | 0.14 | 0.13 | 320.87 | 0.59 | 0.69 |
| Hex | DF | 83 | BF | 0 | 29 | E | D | 141 | 3B | 45 |
| Octal | 337 | 203 | 277 | 0 | 51 | 16 | 15 | 501 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10111111 | 0 | 101001 | 1110 | 1101 | 101000001 | 111011 | 1000101 |
Color Harmonies of #DF83BF
Complementary color
Monochromatic Colors of #DF83BF
Black with #DF83BF
Text Example
Text Example
White with #DF83BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83BF; }
p { color: rgb(223,131,191); }
H1.HeaderClassName
{
color: #DF83BF;
}
.AnyTagClassName
{
color: #DF83BF;
}
</style>
background-color css
<style>
a { background-color: #DF83BF; }
a { background-color: rgb(223,131,191); }
div.DivClassName
{
background-color: #DF83BF;
}
.BgClassName
{
background-color: #DF83BF;
}
</style>
border-color css
<style>
span { border-color: #DF83BF; }
span { border-color: rgb(223,131,191); }
td.TdClassName
{
border-color: #DF83BF;
}
.TagClassName
{
border-color: #DF83BF;
}
</style>