Shades of Persian Pink #DF80BD
Tints of Persian Pink #DF80BD
RGB
CMYK
RGB Variations
Color information
#DF80BD (or 0xDF80BD) is known color: Persian Pink. HEX triplet: DF, 80 and BD. RGB value is (223,128,189). Sum of RGB (Red+Green+Blue) = 223+128+189=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80BD is #207F42. Grayscale: #A3A3A3. Windows color (decimal): -2129731 or 12419295. OLE color: 12419295.
HSL color Cylindrical-coordinate representation of color #DF80BD: hue angle of 321.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80BD is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 189 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.13 |
| HSL | 321.47º | 0.6% | 0.69% | - |
| HSV(B) | 321.47º | 0.43% | 0.87% | - |
| XYZ | 47.34 | 34.8 | 52.37 | - |
| YUV | 163.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 189 | 0 | 0.43 | 0.15 | 0.13 | 321.47 | 0.6 | 0.69 |
| Hex | DF | 80 | BD | 0 | 2B | F | D | 141 | 3C | 45 |
| Octal | 337 | 200 | 275 | 0 | 53 | 17 | 15 | 501 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10111101 | 0 | 101011 | 1111 | 1101 | 101000001 | 111100 | 1000101 |
Color Harmonies of #DF80BD
Complementary color
Monochromatic Colors of #DF80BD
Black with #DF80BD
Text Example
Text Example
White with #DF80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80BD; }
p { color: rgb(223,128,189); }
H1.HeaderClassName
{
color: #DF80BD;
}
.AnyTagClassName
{
color: #DF80BD;
}
</style>
background-color css
<style>
a { background-color: #DF80BD; }
a { background-color: rgb(223,128,189); }
div.DivClassName
{
background-color: #DF80BD;
}
.BgClassName
{
background-color: #DF80BD;
}
</style>
border-color css
<style>
span { border-color: #DF80BD; }
span { border-color: rgb(223,128,189); }
td.TdClassName
{
border-color: #DF80BD;
}
.TagClassName
{
border-color: #DF80BD;
}
</style>