Shades of Persian Pink #DF83BC
Tints of Persian Pink #DF83BC
RGB
CMYK
RGB Variations
Color information
#DF83BC (or 0xDF83BC) is known color: Persian Pink. HEX triplet: DF, 83 and BC. RGB value is (223,131,188). Sum of RGB (Red+Green+Blue) = 223+131+188=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83BC is #207C43. Grayscale: #A4A4A4. Windows color (decimal): -2128964 or 12354527. OLE color: 12354527.
HSL color Cylindrical-coordinate representation of color #DF83BC: hue angle of 322.83º 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 #DF83BC is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 188 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.13 |
| HSL | 322.83º | 0.59% | 0.69% | - |
| HSV(B) | 322.83º | 0.41% | 0.87% | - |
| XYZ | 47.62 | 35.55 | 51.93 | - |
| YUV | 165.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 188 | 0 | 0.41 | 0.16 | 0.13 | 322.83 | 0.59 | 0.69 |
| Hex | DF | 83 | BC | 0 | 29 | 10 | D | 143 | 3B | 45 |
| Octal | 337 | 203 | 274 | 0 | 51 | 20 | 15 | 503 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10111100 | 0 | 101001 | 10000 | 1101 | 101000011 | 111011 | 1000101 |
Color Harmonies of #DF83BC
Complementary color
Monochromatic Colors of #DF83BC
Black with #DF83BC
Text Example
Text Example
White with #DF83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83BC; }
p { color: rgb(223,131,188); }
H1.HeaderClassName
{
color: #DF83BC;
}
.AnyTagClassName
{
color: #DF83BC;
}
</style>
background-color css
<style>
a { background-color: #DF83BC; }
a { background-color: rgb(223,131,188); }
div.DivClassName
{
background-color: #DF83BC;
}
.BgClassName
{
background-color: #DF83BC;
}
</style>
border-color css
<style>
span { border-color: #DF83BC; }
span { border-color: rgb(223,131,188); }
td.TdClassName
{
border-color: #DF83BC;
}
.TagClassName
{
border-color: #DF83BC;
}
</style>