Shades of Persian Pink #DC81BD
Tints of Persian Pink #DC81BD
RGB
CMYK
RGB Variations
Color information
#DC81BD (or 0xDC81BD) is known color: Persian Pink. HEX triplet: DC, 81 and BD. RGB value is (220,129,189). Sum of RGB (Red+Green+Blue) = 220+129+189=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81BD is #237E42. Grayscale: #A2A2A2. Windows color (decimal): -2326083 or 12419548. OLE color: 12419548.
HSL color Cylindrical-coordinate representation of color #DC81BD: hue angle of 320.44º 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 #DC81BD is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 189 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.14 |
| HSL | 320.44º | 0.57% | 0.68% | - |
| HSV(B) | 320.44º | 0.41% | 0.86% | - |
| XYZ | 46.55 | 34.59 | 52.37 | - |
| YUV | 163.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 189 | 0 | 0.41 | 0.14 | 0.14 | 320.44 | 0.57 | 0.68 |
| Hex | DC | 81 | BD | 0 | 29 | E | E | 140 | 39 | 44 |
| Octal | 334 | 201 | 275 | 0 | 51 | 16 | 16 | 500 | 71 | 104 |
| Binary | 11011100 | 10000001 | 10111101 | 0 | 101001 | 1110 | 1110 | 101000000 | 111001 | 1000100 |
Color Harmonies of #DC81BD
Complementary color
Monochromatic Colors of #DC81BD
Black with #DC81BD
Text Example
Text Example
White with #DC81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81BD; }
p { color: rgb(220,129,189); }
H1.HeaderClassName
{
color: #DC81BD;
}
.AnyTagClassName
{
color: #DC81BD;
}
</style>
background-color css
<style>
a { background-color: #DC81BD; }
a { background-color: rgb(220,129,189); }
div.DivClassName
{
background-color: #DC81BD;
}
.BgClassName
{
background-color: #DC81BD;
}
</style>
border-color css
<style>
span { border-color: #DC81BD; }
span { border-color: rgb(220,129,189); }
td.TdClassName
{
border-color: #DC81BD;
}
.TagClassName
{
border-color: #DC81BD;
}
</style>