Shades of Persian Pink #DC76B5
Tints of Persian Pink #DC76B5
RGB
CMYK
RGB Variations
Color information
#DC76B5 (or 0xDC76B5) is known color: Persian Pink. HEX triplet: DC, 76 and B5. RGB value is (220,118,181). Sum of RGB (Red+Green+Blue) = 220+118+181=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76B5 is #23894A. Grayscale: #9B9B9B. Windows color (decimal): -2328907 or 11892444. OLE color: 11892444.
HSL color Cylindrical-coordinate representation of color #DC76B5: hue angle of 322.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76B5 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 181 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.14 |
| HSL | 322.94º | 0.59% | 0.66% | - |
| HSV(B) | 322.94º | 0.46% | 0.86% | - |
| XYZ | 44.33 | 31.51 | 47.46 | - |
| YUV | 155.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 181 | 0 | 0.46 | 0.18 | 0.14 | 322.94 | 0.59 | 0.66 |
| Hex | DC | 76 | B5 | 0 | 2E | 12 | E | 143 | 3B | 42 |
| Octal | 334 | 166 | 265 | 0 | 56 | 22 | 16 | 503 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10110101 | 0 | 101110 | 10010 | 1110 | 101000011 | 111011 | 1000010 |
Color Harmonies of #DC76B5
Complementary color
Monochromatic Colors of #DC76B5
Black with #DC76B5
Text Example
Text Example
White with #DC76B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76B5; }
p { color: rgb(220,118,181); }
H1.HeaderClassName
{
color: #DC76B5;
}
.AnyTagClassName
{
color: #DC76B5;
}
</style>
background-color css
<style>
a { background-color: #DC76B5; }
a { background-color: rgb(220,118,181); }
div.DivClassName
{
background-color: #DC76B5;
}
.BgClassName
{
background-color: #DC76B5;
}
</style>
border-color css
<style>
span { border-color: #DC76B5; }
span { border-color: rgb(220,118,181); }
td.TdClassName
{
border-color: #DC76B5;
}
.TagClassName
{
border-color: #DC76B5;
}
</style>