Shades of Persian Pink #DC81B6
Tints of Persian Pink #DC81B6
RGB
CMYK
RGB Variations
Color information
#DC81B6 (or 0xDC81B6) is known color: Persian Pink. HEX triplet: DC, 81 and B6. RGB value is (220,129,182). Sum of RGB (Red+Green+Blue) = 220+129+182=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81B6 is #237E49. Grayscale: #A2A2A2. Windows color (decimal): -2326090 or 11960796. OLE color: 11960796.
HSL color Cylindrical-coordinate representation of color #DC81B6: hue angle of 325.05º 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 #DC81B6 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 182 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.14 |
| HSL | 325.05º | 0.57% | 0.68% | - |
| HSV(B) | 325.05º | 0.41% | 0.86% | - |
| XYZ | 45.81 | 34.29 | 48.46 | - |
| YUV | 162.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 182 | 0 | 0.41 | 0.17 | 0.14 | 325.05 | 0.57 | 0.68 |
| Hex | DC | 81 | B6 | 0 | 29 | 11 | E | 145 | 39 | 44 |
| Octal | 334 | 201 | 266 | 0 | 51 | 21 | 16 | 505 | 71 | 104 |
| Binary | 11011100 | 10000001 | 10110110 | 0 | 101001 | 10001 | 1110 | 101000101 | 111001 | 1000100 |
Color Harmonies of #DC81B6
Complementary color
Monochromatic Colors of #DC81B6
Black with #DC81B6
Text Example
Text Example
White with #DC81B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81B6; }
p { color: rgb(220,129,182); }
H1.HeaderClassName
{
color: #DC81B6;
}
.AnyTagClassName
{
color: #DC81B6;
}
</style>
background-color css
<style>
a { background-color: #DC81B6; }
a { background-color: rgb(220,129,182); }
div.DivClassName
{
background-color: #DC81B6;
}
.BgClassName
{
background-color: #DC81B6;
}
</style>
border-color css
<style>
span { border-color: #DC81B6; }
span { border-color: rgb(220,129,182); }
td.TdClassName
{
border-color: #DC81B6;
}
.TagClassName
{
border-color: #DC81B6;
}
</style>