Shades of Persian Pink #DC7BB1
Tints of Persian Pink #DC7BB1
RGB
CMYK
RGB Variations
Color information
#DC7BB1 (or 0xDC7BB1) is known color: Persian Pink. HEX triplet: DC, 7B and B1. RGB value is (220,123,177). Sum of RGB (Red+Green+Blue) = 220+123+177=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BB1 is #23844E. Grayscale: #9E9E9E. Windows color (decimal): -2327631 or 11631580. OLE color: 11631580.
HSL color Cylindrical-coordinate representation of color #DC7BB1: hue angle of 326.6º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7BB1 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 177 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.14 |
| HSL | 326.6º | 0.58% | 0.67% | - |
| HSV(B) | 326.6º | 0.44% | 0.86% | - |
| XYZ | 44.53 | 32.56 | 45.53 | - |
| YUV | 158.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 177 | 0 | 0.44 | 0.20 | 0.14 | 326.6 | 0.58 | 0.67 |
| Hex | DC | 7B | B1 | 0 | 2C | 14 | E | 147 | 3A | 43 |
| Octal | 334 | 173 | 261 | 0 | 54 | 24 | 16 | 507 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10110001 | 0 | 101100 | 10100 | 1110 | 101000111 | 111010 | 1000011 |
Color Harmonies of #DC7BB1
Complementary color
Monochromatic Colors of #DC7BB1
Black with #DC7BB1
Text Example
Text Example
White with #DC7BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BB1; }
p { color: rgb(220,123,177); }
H1.HeaderClassName
{
color: #DC7BB1;
}
.AnyTagClassName
{
color: #DC7BB1;
}
</style>
background-color css
<style>
a { background-color: #DC7BB1; }
a { background-color: rgb(220,123,177); }
div.DivClassName
{
background-color: #DC7BB1;
}
.BgClassName
{
background-color: #DC7BB1;
}
</style>
border-color css
<style>
span { border-color: #DC7BB1; }
span { border-color: rgb(220,123,177); }
td.TdClassName
{
border-color: #DC7BB1;
}
.TagClassName
{
border-color: #DC7BB1;
}
</style>