Shades of Persian Pink #DF84BD
Tints of Persian Pink #DF84BD
RGB
CMYK
RGB Variations
Color information
#DF84BD (or 0xDF84BD) is known color: Persian Pink. HEX triplet: DF, 84 and BD. RGB value is (223,132,189). Sum of RGB (Red+Green+Blue) = 223+132+189=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84BD is #207B42. Grayscale: #A5A5A5. Windows color (decimal): -2128707 or 12420319. OLE color: 12420319.
HSL color Cylindrical-coordinate representation of color #DF84BD: hue angle of 322.42º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84BD is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 189 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.13 |
| HSL | 322.42º | 0.59% | 0.7% | - |
| HSV(B) | 322.42º | 0.41% | 0.87% | - |
| XYZ | 47.87 | 35.86 | 52.54 | - |
| YUV | 165.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 189 | 0 | 0.41 | 0.15 | 0.13 | 322.42 | 0.59 | 0.7 |
| Hex | DF | 84 | BD | 0 | 29 | F | D | 142 | 3B | 46 |
| Octal | 337 | 204 | 275 | 0 | 51 | 17 | 15 | 502 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10111101 | 0 | 101001 | 1111 | 1101 | 101000010 | 111011 | 1000110 |
Color Harmonies of #DF84BD
Complementary color
Monochromatic Colors of #DF84BD
Black with #DF84BD
Text Example
Text Example
White with #DF84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84BD; }
p { color: rgb(223,132,189); }
H1.HeaderClassName
{
color: #DF84BD;
}
.AnyTagClassName
{
color: #DF84BD;
}
</style>
background-color css
<style>
a { background-color: #DF84BD; }
a { background-color: rgb(223,132,189); }
div.DivClassName
{
background-color: #DF84BD;
}
.BgClassName
{
background-color: #DF84BD;
}
</style>
border-color css
<style>
span { border-color: #DF84BD; }
span { border-color: rgb(223,132,189); }
td.TdClassName
{
border-color: #DF84BD;
}
.TagClassName
{
border-color: #DF84BD;
}
</style>