Shades of Persian Pink #DC82BC
Tints of Persian Pink #DC82BC
RGB
CMYK
RGB Variations
Color information
#DC82BC (or 0xDC82BC) is known color: Persian Pink. HEX triplet: DC, 82 and BC. RGB value is (220,130,188). Sum of RGB (Red+Green+Blue) = 220+130+188=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82BC is #237D43. Grayscale: #A3A3A3. Windows color (decimal): -2325828 or 12354268. OLE color: 12354268.
HSL color Cylindrical-coordinate representation of color #DC82BC: hue angle of 321.33º 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 #DC82BC is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 188 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.14 |
| HSL | 321.33º | 0.56% | 0.69% | - |
| HSV(B) | 321.33º | 0.41% | 0.86% | - |
| XYZ | 46.57 | 34.81 | 51.84 | - |
| YUV | 163.52 | 141.82 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 188 | 0 | 0.41 | 0.15 | 0.14 | 321.33 | 0.56 | 0.69 |
| Hex | DC | 82 | BC | 0 | 29 | F | E | 141 | 38 | 45 |
| Octal | 334 | 202 | 274 | 0 | 51 | 17 | 16 | 501 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10111100 | 0 | 101001 | 1111 | 1110 | 101000001 | 111000 | 1000101 |
Color Harmonies of #DC82BC
Complementary color
Monochromatic Colors of #DC82BC
Black with #DC82BC
Text Example
Text Example
White with #DC82BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82BC; }
p { color: rgb(220,130,188); }
H1.HeaderClassName
{
color: #DC82BC;
}
.AnyTagClassName
{
color: #DC82BC;
}
</style>
background-color css
<style>
a { background-color: #DC82BC; }
a { background-color: rgb(220,130,188); }
div.DivClassName
{
background-color: #DC82BC;
}
.BgClassName
{
background-color: #DC82BC;
}
</style>
border-color css
<style>
span { border-color: #DC82BC; }
span { border-color: rgb(220,130,188); }
td.TdClassName
{
border-color: #DC82BC;
}
.TagClassName
{
border-color: #DC82BC;
}
</style>