Shades of Persian Pink #DC81B7
Tints of Persian Pink #DC81B7
RGB
CMYK
RGB Variations
Color information
#DC81B7 (or 0xDC81B7) is known color: Persian Pink. HEX triplet: DC, 81 and B7. RGB value is (220,129,183). Sum of RGB (Red+Green+Blue) = 220+129+183=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81B7 is #237E48. Grayscale: #A2A2A2. Windows color (decimal): -2326089 or 12026332. OLE color: 12026332.
HSL color Cylindrical-coordinate representation of color #DC81B7: hue angle of 324.4º degrees, saturation: 0.57, 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 #DC81B7 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 183 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.14 |
| HSL | 324.4º | 0.57% | 0.68% | - |
| HSV(B) | 324.4º | 0.41% | 0.86% | - |
| XYZ | 45.91 | 34.34 | 49.01 | - |
| YUV | 162.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 183 | 0 | 0.41 | 0.17 | 0.14 | 324.4 | 0.57 | 0.68 |
| Hex | DC | 81 | B7 | 0 | 29 | 11 | E | 144 | 39 | 44 |
| Octal | 334 | 201 | 267 | 0 | 51 | 21 | 16 | 504 | 71 | 104 |
| Binary | 11011100 | 10000001 | 10110111 | 0 | 101001 | 10001 | 1110 | 101000100 | 111001 | 1000100 |
Color Harmonies of #DC81B7
Complementary color
Monochromatic Colors of #DC81B7
Black with #DC81B7
Text Example
Text Example
White with #DC81B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81B7; }
p { color: rgb(220,129,183); }
H1.HeaderClassName
{
color: #DC81B7;
}
.AnyTagClassName
{
color: #DC81B7;
}
</style>
background-color css
<style>
a { background-color: #DC81B7; }
a { background-color: rgb(220,129,183); }
div.DivClassName
{
background-color: #DC81B7;
}
.BgClassName
{
background-color: #DC81B7;
}
</style>
border-color css
<style>
span { border-color: #DC81B7; }
span { border-color: rgb(220,129,183); }
td.TdClassName
{
border-color: #DC81B7;
}
.TagClassName
{
border-color: #DC81B7;
}
</style>