Shades of Persian Pink #DC7BBF
Tints of Persian Pink #DC7BBF
RGB
CMYK
RGB Variations
Color information
#DC7BBF (or 0xDC7BBF) is known color: Persian Pink. HEX triplet: DC, 7B and BF. RGB value is (220,123,191). Sum of RGB (Red+Green+Blue) = 220+123+191=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BBF is #238440. Grayscale: #9F9F9F. Windows color (decimal): -2327617 or 12549084. OLE color: 12549084.
HSL color Cylindrical-coordinate representation of color #DC7BBF: hue angle of 317.94º 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 #DC7BBF is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 191 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.14 |
| HSL | 317.94º | 0.58% | 0.67% | - |
| HSV(B) | 317.94º | 0.44% | 0.86% | - |
| XYZ | 46 | 33.14 | 53.26 | - |
| YUV | 159.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 191 | 0 | 0.44 | 0.13 | 0.14 | 317.94 | 0.58 | 0.67 |
| Hex | DC | 7B | BF | 0 | 2C | D | E | 13E | 3A | 43 |
| Octal | 334 | 173 | 277 | 0 | 54 | 15 | 16 | 476 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10111111 | 0 | 101100 | 1101 | 1110 | 100111110 | 111010 | 1000011 |
Color Harmonies of #DC7BBF
Complementary color
Monochromatic Colors of #DC7BBF
Black with #DC7BBF
Text Example
Text Example
White with #DC7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BBF; }
p { color: rgb(220,123,191); }
H1.HeaderClassName
{
color: #DC7BBF;
}
.AnyTagClassName
{
color: #DC7BBF;
}
</style>
background-color css
<style>
a { background-color: #DC7BBF; }
a { background-color: rgb(220,123,191); }
div.DivClassName
{
background-color: #DC7BBF;
}
.BgClassName
{
background-color: #DC7BBF;
}
</style>
border-color css
<style>
span { border-color: #DC7BBF; }
span { border-color: rgb(220,123,191); }
td.TdClassName
{
border-color: #DC7BBF;
}
.TagClassName
{
border-color: #DC7BBF;
}
</style>