Shades of Persian Pink #DC83BC
Tints of Persian Pink #DC83BC
RGB
CMYK
RGB Variations
Color information
#DC83BC (or 0xDC83BC) is known color: Persian Pink. HEX triplet: DC, 83 and BC. RGB value is (220,131,188). Sum of RGB (Red+Green+Blue) = 220+131+188=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83BC is #237C43. Grayscale: #A3A3A3. Windows color (decimal): -2325572 or 12354524. OLE color: 12354524.
HSL color Cylindrical-coordinate representation of color #DC83BC: hue angle of 321.57º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83BC is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 188 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.14 |
| HSL | 321.57º | 0.56% | 0.69% | - |
| HSV(B) | 321.57º | 0.4% | 0.86% | - |
| XYZ | 46.71 | 35.08 | 51.89 | - |
| YUV | 164.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 188 | 0 | 0.40 | 0.15 | 0.14 | 321.57 | 0.56 | 0.69 |
| Hex | DC | 83 | BC | 0 | 28 | F | E | 142 | 38 | 45 |
| Octal | 334 | 203 | 274 | 0 | 50 | 17 | 16 | 502 | 70 | 105 |
| Binary | 11011100 | 10000011 | 10111100 | 0 | 101000 | 1111 | 1110 | 101000010 | 111000 | 1000101 |
Color Harmonies of #DC83BC
Complementary color
Monochromatic Colors of #DC83BC
Black with #DC83BC
Text Example
Text Example
White with #DC83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83BC; }
p { color: rgb(220,131,188); }
H1.HeaderClassName
{
color: #DC83BC;
}
.AnyTagClassName
{
color: #DC83BC;
}
</style>
background-color css
<style>
a { background-color: #DC83BC; }
a { background-color: rgb(220,131,188); }
div.DivClassName
{
background-color: #DC83BC;
}
.BgClassName
{
background-color: #DC83BC;
}
</style>
border-color css
<style>
span { border-color: #DC83BC; }
span { border-color: rgb(220,131,188); }
td.TdClassName
{
border-color: #DC83BC;
}
.TagClassName
{
border-color: #DC83BC;
}
</style>