Shades of Persian Pink #DC7CB6
Tints of Persian Pink #DC7CB6
RGB
CMYK
RGB Variations
Color information
#DC7CB6 (or 0xDC7CB6) is known color: Persian Pink. HEX triplet: DC, 7C and B6. RGB value is (220,124,182). Sum of RGB (Red+Green+Blue) = 220+124+182=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CB6 is #238349. Grayscale: #9F9F9F. Windows color (decimal): -2327370 or 11959516. OLE color: 11959516.
HSL color Cylindrical-coordinate representation of color #DC7CB6: hue angle of 323.75º 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 #DC7CB6 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 182 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.14 |
| HSL | 323.75º | 0.58% | 0.67% | - |
| HSV(B) | 323.75º | 0.44% | 0.86% | - |
| XYZ | 45.17 | 33.01 | 48.25 | - |
| YUV | 159.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 182 | 0 | 0.44 | 0.17 | 0.14 | 323.75 | 0.58 | 0.67 |
| Hex | DC | 7C | B6 | 0 | 2C | 11 | E | 144 | 3A | 43 |
| Octal | 334 | 174 | 266 | 0 | 54 | 21 | 16 | 504 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10110110 | 0 | 101100 | 10001 | 1110 | 101000100 | 111010 | 1000011 |
Color Harmonies of #DC7CB6
Complementary color
Monochromatic Colors of #DC7CB6
Black with #DC7CB6
Text Example
Text Example
White with #DC7CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CB6; }
p { color: rgb(220,124,182); }
H1.HeaderClassName
{
color: #DC7CB6;
}
.AnyTagClassName
{
color: #DC7CB6;
}
</style>
background-color css
<style>
a { background-color: #DC7CB6; }
a { background-color: rgb(220,124,182); }
div.DivClassName
{
background-color: #DC7CB6;
}
.BgClassName
{
background-color: #DC7CB6;
}
</style>
border-color css
<style>
span { border-color: #DC7CB6; }
span { border-color: rgb(220,124,182); }
td.TdClassName
{
border-color: #DC7CB6;
}
.TagClassName
{
border-color: #DC7CB6;
}
</style>