Shades of Persian Pink #DB82BD
Tints of Persian Pink #DB82BD
RGB
CMYK
RGB Variations
Color information
#DB82BD (or 0xDB82BD) is known color: Persian Pink. HEX triplet: DB, 82 and BD. RGB value is (219,130,189). Sum of RGB (Red+Green+Blue) = 219+130+189=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82BD is #247D42. Grayscale: #A3A3A3. Windows color (decimal): -2391363 or 12419803. OLE color: 12419803.
HSL color Cylindrical-coordinate representation of color #DB82BD: hue angle of 320.22º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB82BD is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 189 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.14 |
| HSL | 320.22º | 0.55% | 0.68% | - |
| HSV(B) | 320.22º | 0.41% | 0.86% | - |
| XYZ | 46.38 | 34.7 | 52.4 | - |
| YUV | 163.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 189 | 0 | 0.41 | 0.14 | 0.14 | 320.22 | 0.55 | 0.68 |
| Hex | DB | 82 | BD | 0 | 29 | E | E | 140 | 37 | 44 |
| Octal | 333 | 202 | 275 | 0 | 51 | 16 | 16 | 500 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10111101 | 0 | 101001 | 1110 | 1110 | 101000000 | 110111 | 1000100 |
Color Harmonies of #DB82BD
Complementary color
Monochromatic Colors of #DB82BD
Black with #DB82BD
Text Example
Text Example
White with #DB82BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82BD; }
p { color: rgb(219,130,189); }
H1.HeaderClassName
{
color: #DB82BD;
}
.AnyTagClassName
{
color: #DB82BD;
}
</style>
background-color css
<style>
a { background-color: #DB82BD; }
a { background-color: rgb(219,130,189); }
div.DivClassName
{
background-color: #DB82BD;
}
.BgClassName
{
background-color: #DB82BD;
}
</style>
border-color css
<style>
span { border-color: #DB82BD; }
span { border-color: rgb(219,130,189); }
td.TdClassName
{
border-color: #DB82BD;
}
.TagClassName
{
border-color: #DB82BD;
}
</style>