Shades of Persian Pink #DC7CBF
Tints of Persian Pink #DC7CBF
RGB
CMYK
RGB Variations
Color information
#DC7CBF (or 0xDC7CBF) is known color: Persian Pink. HEX triplet: DC, 7C and BF. RGB value is (220,124,191). Sum of RGB (Red+Green+Blue) = 220+124+191=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CBF is #238340. Grayscale: #A0A0A0. Windows color (decimal): -2327361 or 12549340. OLE color: 12549340.
HSL color Cylindrical-coordinate representation of color #DC7CBF: hue angle of 318.12º 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 #DC7CBF is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 191 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.14 |
| HSL | 318.13º | 0.58% | 0.67% | - |
| HSV(B) | 318.13º | 0.44% | 0.86% | - |
| XYZ | 46.13 | 33.39 | 53.3 | - |
| YUV | 160.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 191 | 0 | 0.44 | 0.13 | 0.14 | 318.13 | 0.58 | 0.67 |
| Hex | DC | 7C | BF | 0 | 2C | D | E | 13E | 3A | 43 |
| Octal | 334 | 174 | 277 | 0 | 54 | 15 | 16 | 476 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10111111 | 0 | 101100 | 1101 | 1110 | 100111110 | 111010 | 1000011 |
Color Harmonies of #DC7CBF
Complementary color
Monochromatic Colors of #DC7CBF
Black with #DC7CBF
Text Example
Text Example
White with #DC7CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CBF; }
p { color: rgb(220,124,191); }
H1.HeaderClassName
{
color: #DC7CBF;
}
.AnyTagClassName
{
color: #DC7CBF;
}
</style>
background-color css
<style>
a { background-color: #DC7CBF; }
a { background-color: rgb(220,124,191); }
div.DivClassName
{
background-color: #DC7CBF;
}
.BgClassName
{
background-color: #DC7CBF;
}
</style>
border-color css
<style>
span { border-color: #DC7CBF; }
span { border-color: rgb(220,124,191); }
td.TdClassName
{
border-color: #DC7CBF;
}
.TagClassName
{
border-color: #DC7CBF;
}
</style>