Shades of Persian Pink #DC7DB1
Tints of Persian Pink #DC7DB1
RGB
CMYK
RGB Variations
Color information
#DC7DB1 (or 0xDC7DB1) is known color: Persian Pink. HEX triplet: DC, 7D and B1. RGB value is (220,125,177). Sum of RGB (Red+Green+Blue) = 220+125+177=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DB1 is #23824E. Grayscale: #9F9F9F. Windows color (decimal): -2327119 or 11632092. OLE color: 11632092.
HSL color Cylindrical-coordinate representation of color #DC7DB1: hue angle of 327.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DB1 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 177 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.14 |
| HSL | 327.16º | 0.58% | 0.68% | - |
| HSV(B) | 327.16º | 0.43% | 0.86% | - |
| XYZ | 44.78 | 33.06 | 45.62 | - |
| YUV | 159.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 177 | 0 | 0.43 | 0.20 | 0.14 | 327.16 | 0.58 | 0.68 |
| Hex | DC | 7D | B1 | 0 | 2B | 14 | E | 147 | 3A | 44 |
| Octal | 334 | 175 | 261 | 0 | 53 | 24 | 16 | 507 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10110001 | 0 | 101011 | 10100 | 1110 | 101000111 | 111010 | 1000100 |
Color Harmonies of #DC7DB1
Complementary color
Monochromatic Colors of #DC7DB1
Black with #DC7DB1
Text Example
Text Example
White with #DC7DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DB1; }
p { color: rgb(220,125,177); }
H1.HeaderClassName
{
color: #DC7DB1;
}
.AnyTagClassName
{
color: #DC7DB1;
}
</style>
background-color css
<style>
a { background-color: #DC7DB1; }
a { background-color: rgb(220,125,177); }
div.DivClassName
{
background-color: #DC7DB1;
}
.BgClassName
{
background-color: #DC7DB1;
}
</style>
border-color css
<style>
span { border-color: #DC7DB1; }
span { border-color: rgb(220,125,177); }
td.TdClassName
{
border-color: #DC7DB1;
}
.TagClassName
{
border-color: #DC7DB1;
}
</style>