Shades of Persian Pink #DC82BB
Tints of Persian Pink #DC82BB
RGB
CMYK
RGB Variations
Color information
#DC82BB (or 0xDC82BB) is known color: Persian Pink. HEX triplet: DC, 82 and BB. RGB value is (220,130,187). Sum of RGB (Red+Green+Blue) = 220+130+187=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82BB is #237D44. Grayscale: #A3A3A3. Windows color (decimal): -2325829 or 12288732. OLE color: 12288732.
HSL color Cylindrical-coordinate representation of color #DC82BB: hue angle of 322º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82BB is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 187 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.14 |
| HSL | 322º | 0.56% | 0.69% | - |
| HSV(B) | 322º | 0.41% | 0.86% | - |
| XYZ | 46.47 | 34.77 | 51.28 | - |
| YUV | 163.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 187 | 0 | 0.41 | 0.15 | 0.14 | 322 | 0.56 | 0.69 |
| Hex | DC | 82 | BB | 0 | 29 | F | E | 142 | 38 | 45 |
| Octal | 334 | 202 | 273 | 0 | 51 | 17 | 16 | 502 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10111011 | 0 | 101001 | 1111 | 1110 | 101000010 | 111000 | 1000101 |
Color Harmonies of #DC82BB
Complementary color
Monochromatic Colors of #DC82BB
Black with #DC82BB
Text Example
Text Example
White with #DC82BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82BB; }
p { color: rgb(220,130,187); }
H1.HeaderClassName
{
color: #DC82BB;
}
.AnyTagClassName
{
color: #DC82BB;
}
</style>
background-color css
<style>
a { background-color: #DC82BB; }
a { background-color: rgb(220,130,187); }
div.DivClassName
{
background-color: #DC82BB;
}
.BgClassName
{
background-color: #DC82BB;
}
</style>
border-color css
<style>
span { border-color: #DC82BB; }
span { border-color: rgb(220,130,187); }
td.TdClassName
{
border-color: #DC82BB;
}
.TagClassName
{
border-color: #DC82BB;
}
</style>