Shades of Persian Pink #DA82BC
Tints of Persian Pink #DA82BC
RGB
CMYK
RGB Variations
Color information
#DA82BC (or 0xDA82BC) is known color: Persian Pink. HEX triplet: DA, 82 and BC. RGB value is (218,130,188). Sum of RGB (Red+Green+Blue) = 218+130+188=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82BC is #257D43. Grayscale: #A2A2A2. Windows color (decimal): -2456900 or 12354266. OLE color: 12354266.
HSL color Cylindrical-coordinate representation of color #DA82BC: hue angle of 320.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA82BC is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 188 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.15 |
| HSL | 320.45º | 0.54% | 0.68% | - |
| HSV(B) | 320.45º | 0.4% | 0.85% | - |
| XYZ | 45.97 | 34.5 | 51.81 | - |
| YUV | 162.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 188 | 0 | 0.40 | 0.14 | 0.15 | 320.45 | 0.54 | 0.68 |
| Hex | DA | 82 | BC | 0 | 28 | E | F | 140 | 36 | 44 |
| Octal | 332 | 202 | 274 | 0 | 50 | 16 | 17 | 500 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10111100 | 0 | 101000 | 1110 | 1111 | 101000000 | 110110 | 1000100 |
Color Harmonies of #DA82BC
Complementary color
Monochromatic Colors of #DA82BC
Black with #DA82BC
Text Example
Text Example
White with #DA82BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82BC; }
p { color: rgb(218,130,188); }
H1.HeaderClassName
{
color: #DA82BC;
}
.AnyTagClassName
{
color: #DA82BC;
}
</style>
background-color css
<style>
a { background-color: #DA82BC; }
a { background-color: rgb(218,130,188); }
div.DivClassName
{
background-color: #DA82BC;
}
.BgClassName
{
background-color: #DA82BC;
}
</style>
border-color css
<style>
span { border-color: #DA82BC; }
span { border-color: rgb(218,130,188); }
td.TdClassName
{
border-color: #DA82BC;
}
.TagClassName
{
border-color: #DA82BC;
}
</style>