Shades of Persian Pink #DC81B5
Tints of Persian Pink #DC81B5
RGB
CMYK
RGB Variations
Color information
#DC81B5 (or 0xDC81B5) is known color: Persian Pink. HEX triplet: DC, 81 and B5. RGB value is (220,129,181). Sum of RGB (Red+Green+Blue) = 220+129+181=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81B5 is #237E4A. Grayscale: #A2A2A2. Windows color (decimal): -2326091 or 11895260. OLE color: 11895260.
HSL color Cylindrical-coordinate representation of color #DC81B5: hue angle of 325.71º 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 #DC81B5 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 181 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.14 |
| HSL | 325.71º | 0.57% | 0.68% | - |
| HSV(B) | 325.71º | 0.41% | 0.86% | - |
| XYZ | 45.71 | 34.25 | 47.92 | - |
| YUV | 162.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 181 | 0 | 0.41 | 0.18 | 0.14 | 325.71 | 0.57 | 0.68 |
| Hex | DC | 81 | B5 | 0 | 29 | 12 | E | 146 | 39 | 44 |
| Octal | 334 | 201 | 265 | 0 | 51 | 22 | 16 | 506 | 71 | 104 |
| Binary | 11011100 | 10000001 | 10110101 | 0 | 101001 | 10010 | 1110 | 101000110 | 111001 | 1000100 |
Color Harmonies of #DC81B5
Complementary color
Monochromatic Colors of #DC81B5
Black with #DC81B5
Text Example
Text Example
White with #DC81B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81B5; }
p { color: rgb(220,129,181); }
H1.HeaderClassName
{
color: #DC81B5;
}
.AnyTagClassName
{
color: #DC81B5;
}
</style>
background-color css
<style>
a { background-color: #DC81B5; }
a { background-color: rgb(220,129,181); }
div.DivClassName
{
background-color: #DC81B5;
}
.BgClassName
{
background-color: #DC81B5;
}
</style>
border-color css
<style>
span { border-color: #DC81B5; }
span { border-color: rgb(220,129,181); }
td.TdClassName
{
border-color: #DC81B5;
}
.TagClassName
{
border-color: #DC81B5;
}
</style>