Shades of Persian Pink #DC81BE
Tints of Persian Pink #DC81BE
RGB
CMYK
RGB Variations
Color information
#DC81BE (or 0xDC81BE) is known color: Persian Pink. HEX triplet: DC, 81 and BE. RGB value is (220,129,190). Sum of RGB (Red+Green+Blue) = 220+129+190=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81BE is #237E41. Grayscale: #A3A3A3. Windows color (decimal): -2326082 or 12485084. OLE color: 12485084.
HSL color Cylindrical-coordinate representation of color #DC81BE: hue angle of 319.78º 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 #DC81BE is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 190 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.14 |
| HSL | 319.78º | 0.57% | 0.68% | - |
| HSV(B) | 319.78º | 0.41% | 0.86% | - |
| XYZ | 46.66 | 34.63 | 52.94 | - |
| YUV | 163.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 190 | 0 | 0.41 | 0.14 | 0.14 | 319.78 | 0.57 | 0.68 |
| Hex | DC | 81 | BE | 0 | 29 | E | E | 140 | 39 | 44 |
| Octal | 334 | 201 | 276 | 0 | 51 | 16 | 16 | 500 | 71 | 104 |
| Binary | 11011100 | 10000001 | 10111110 | 0 | 101001 | 1110 | 1110 | 101000000 | 111001 | 1000100 |
Color Harmonies of #DC81BE
Complementary color
Monochromatic Colors of #DC81BE
Black with #DC81BE
Text Example
Text Example
White with #DC81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81BE; }
p { color: rgb(220,129,190); }
H1.HeaderClassName
{
color: #DC81BE;
}
.AnyTagClassName
{
color: #DC81BE;
}
</style>
background-color css
<style>
a { background-color: #DC81BE; }
a { background-color: rgb(220,129,190); }
div.DivClassName
{
background-color: #DC81BE;
}
.BgClassName
{
background-color: #DC81BE;
}
</style>
border-color css
<style>
span { border-color: #DC81BE; }
span { border-color: rgb(220,129,190); }
td.TdClassName
{
border-color: #DC81BE;
}
.TagClassName
{
border-color: #DC81BE;
}
</style>