Shades of Persian Pink #DC81BB
Tints of Persian Pink #DC81BB
RGB
CMYK
RGB Variations
Color information
#DC81BB (or 0xDC81BB) is known color: Persian Pink. HEX triplet: DC, 81 and BB. RGB value is (220,129,187). Sum of RGB (Red+Green+Blue) = 220+129+187=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81BB is #237E44. Grayscale: #A2A2A2. Windows color (decimal): -2326085 or 12288476. OLE color: 12288476.
HSL color Cylindrical-coordinate representation of color #DC81BB: hue angle of 321.76º 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 #DC81BB is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 187 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.14 |
| HSL | 321.76º | 0.57% | 0.68% | - |
| HSV(B) | 321.76º | 0.41% | 0.86% | - |
| XYZ | 46.34 | 34.5 | 51.23 | - |
| YUV | 162.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 187 | 0 | 0.41 | 0.15 | 0.14 | 321.76 | 0.57 | 0.68 |
| Hex | DC | 81 | BB | 0 | 29 | F | E | 142 | 39 | 44 |
| Octal | 334 | 201 | 273 | 0 | 51 | 17 | 16 | 502 | 71 | 104 |
| Binary | 11011100 | 10000001 | 10111011 | 0 | 101001 | 1111 | 1110 | 101000010 | 111001 | 1000100 |
Color Harmonies of #DC81BB
Complementary color
Monochromatic Colors of #DC81BB
Black with #DC81BB
Text Example
Text Example
White with #DC81BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81BB; }
p { color: rgb(220,129,187); }
H1.HeaderClassName
{
color: #DC81BB;
}
.AnyTagClassName
{
color: #DC81BB;
}
</style>
background-color css
<style>
a { background-color: #DC81BB; }
a { background-color: rgb(220,129,187); }
div.DivClassName
{
background-color: #DC81BB;
}
.BgClassName
{
background-color: #DC81BB;
}
</style>
border-color css
<style>
span { border-color: #DC81BB; }
span { border-color: rgb(220,129,187); }
td.TdClassName
{
border-color: #DC81BB;
}
.TagClassName
{
border-color: #DC81BB;
}
</style>