Shades of Persian Pink #DF83BD
Tints of Persian Pink #DF83BD
RGB
CMYK
RGB Variations
Color information
#DF83BD (or 0xDF83BD) is known color: Persian Pink. HEX triplet: DF, 83 and BD. RGB value is (223,131,189). Sum of RGB (Red+Green+Blue) = 223+131+189=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83BD is #207C42. Grayscale: #A4A4A4. Windows color (decimal): -2128963 or 12420063. OLE color: 12420063.
HSL color Cylindrical-coordinate representation of color #DF83BD: hue angle of 322.17º 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 #DF83BD is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 189 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.13 |
| HSL | 322.17º | 0.59% | 0.69% | - |
| HSV(B) | 322.17º | 0.41% | 0.87% | - |
| XYZ | 47.73 | 35.59 | 52.5 | - |
| YUV | 165.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 189 | 0 | 0.41 | 0.15 | 0.13 | 322.17 | 0.59 | 0.69 |
| Hex | DF | 83 | BD | 0 | 29 | F | D | 142 | 3B | 45 |
| Octal | 337 | 203 | 275 | 0 | 51 | 17 | 15 | 502 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10111101 | 0 | 101001 | 1111 | 1101 | 101000010 | 111011 | 1000101 |
Color Harmonies of #DF83BD
Complementary color
Monochromatic Colors of #DF83BD
Black with #DF83BD
Text Example
Text Example
White with #DF83BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83BD; }
p { color: rgb(223,131,189); }
H1.HeaderClassName
{
color: #DF83BD;
}
.AnyTagClassName
{
color: #DF83BD;
}
</style>
background-color css
<style>
a { background-color: #DF83BD; }
a { background-color: rgb(223,131,189); }
div.DivClassName
{
background-color: #DF83BD;
}
.BgClassName
{
background-color: #DF83BD;
}
</style>
border-color css
<style>
span { border-color: #DF83BD; }
span { border-color: rgb(223,131,189); }
td.TdClassName
{
border-color: #DF83BD;
}
.TagClassName
{
border-color: #DF83BD;
}
</style>