Shades of Persian Pink #DC71B6
Tints of Persian Pink #DC71B6
RGB
CMYK
RGB Variations
Color information
#DC71B6 (or 0xDC71B6) is known color: Persian Pink. HEX triplet: DC, 71 and B6. RGB value is (220,113,182). Sum of RGB (Red+Green+Blue) = 220+113+182=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71B6 is #238E49. Grayscale: #989898. Windows color (decimal): -2330186 or 11956700. OLE color: 11956700.
HSL color Cylindrical-coordinate representation of color #DC71B6: hue angle of 321.31º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC71B6 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 182 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.14 |
| HSL | 321.31º | 0.6% | 0.65% | - |
| HSV(B) | 321.31º | 0.49% | 0.86% | - |
| XYZ | 43.86 | 30.4 | 47.81 | - |
| YUV | 152.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 182 | 0 | 0.49 | 0.17 | 0.14 | 321.31 | 0.6 | 0.65 |
| Hex | DC | 71 | B6 | 0 | 31 | 11 | E | 141 | 3C | 41 |
| Octal | 334 | 161 | 266 | 0 | 61 | 21 | 16 | 501 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10110110 | 0 | 110001 | 10001 | 1110 | 101000001 | 111100 | 1000001 |
Color Harmonies of #DC71B6
Complementary color
Monochromatic Colors of #DC71B6
Black with #DC71B6
Text Example
Text Example
White with #DC71B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71B6; }
p { color: rgb(220,113,182); }
H1.HeaderClassName
{
color: #DC71B6;
}
.AnyTagClassName
{
color: #DC71B6;
}
</style>
background-color css
<style>
a { background-color: #DC71B6; }
a { background-color: rgb(220,113,182); }
div.DivClassName
{
background-color: #DC71B6;
}
.BgClassName
{
background-color: #DC71B6;
}
</style>
border-color css
<style>
span { border-color: #DC71B6; }
span { border-color: rgb(220,113,182); }
td.TdClassName
{
border-color: #DC71B6;
}
.TagClassName
{
border-color: #DC71B6;
}
</style>