Shades of Persian Pink #DC7DB3
Tints of Persian Pink #DC7DB3
RGB
CMYK
RGB Variations
Color information
#DC7DB3 (or 0xDC7DB3) is known color: Persian Pink. HEX triplet: DC, 7D and B3. RGB value is (220,125,179). Sum of RGB (Red+Green+Blue) = 220+125+179=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DB3 is #23824C. Grayscale: #9F9F9F. Windows color (decimal): -2327117 or 11763164. OLE color: 11763164.
HSL color Cylindrical-coordinate representation of color #DC7DB3: hue angle of 325.89º 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 #DC7DB3 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 179 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.14 |
| HSL | 325.89º | 0.58% | 0.68% | - |
| HSV(B) | 325.89º | 0.43% | 0.86% | - |
| XYZ | 44.99 | 33.14 | 46.67 | - |
| YUV | 159.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 179 | 0 | 0.43 | 0.19 | 0.14 | 325.89 | 0.58 | 0.68 |
| Hex | DC | 7D | B3 | 0 | 2B | 13 | E | 146 | 3A | 44 |
| Octal | 334 | 175 | 263 | 0 | 53 | 23 | 16 | 506 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10110011 | 0 | 101011 | 10011 | 1110 | 101000110 | 111010 | 1000100 |
Color Harmonies of #DC7DB3
Complementary color
Monochromatic Colors of #DC7DB3
Black with #DC7DB3
Text Example
Text Example
White with #DC7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DB3; }
p { color: rgb(220,125,179); }
H1.HeaderClassName
{
color: #DC7DB3;
}
.AnyTagClassName
{
color: #DC7DB3;
}
</style>
background-color css
<style>
a { background-color: #DC7DB3; }
a { background-color: rgb(220,125,179); }
div.DivClassName
{
background-color: #DC7DB3;
}
.BgClassName
{
background-color: #DC7DB3;
}
</style>
border-color css
<style>
span { border-color: #DC7DB3; }
span { border-color: rgb(220,125,179); }
td.TdClassName
{
border-color: #DC7DB3;
}
.TagClassName
{
border-color: #DC7DB3;
}
</style>