Shades of Persian Pink #DC7CB4
Tints of Persian Pink #DC7CB4
RGB
CMYK
RGB Variations
Color information
#DC7CB4 (or 0xDC7CB4) is known color: Persian Pink. HEX triplet: DC, 7C and B4. RGB value is (220,124,180). Sum of RGB (Red+Green+Blue) = 220+124+180=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CB4 is #23834B. Grayscale: #9E9E9E. Windows color (decimal): -2327372 or 11828444. OLE color: 11828444.
HSL color Cylindrical-coordinate representation of color #DC7CB4: hue angle of 325º 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 #DC7CB4 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 180 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.14 |
| HSL | 325º | 0.58% | 0.67% | - |
| HSV(B) | 325º | 0.44% | 0.86% | - |
| XYZ | 44.96 | 32.93 | 47.17 | - |
| YUV | 159.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 180 | 0 | 0.44 | 0.18 | 0.14 | 325 | 0.58 | 0.67 |
| Hex | DC | 7C | B4 | 0 | 2C | 12 | E | 145 | 3A | 43 |
| Octal | 334 | 174 | 264 | 0 | 54 | 22 | 16 | 505 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10110100 | 0 | 101100 | 10010 | 1110 | 101000101 | 111010 | 1000011 |
Color Harmonies of #DC7CB4
Complementary color
Monochromatic Colors of #DC7CB4
Black with #DC7CB4
Text Example
Text Example
White with #DC7CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CB4; }
p { color: rgb(220,124,180); }
H1.HeaderClassName
{
color: #DC7CB4;
}
.AnyTagClassName
{
color: #DC7CB4;
}
</style>
background-color css
<style>
a { background-color: #DC7CB4; }
a { background-color: rgb(220,124,180); }
div.DivClassName
{
background-color: #DC7CB4;
}
.BgClassName
{
background-color: #DC7CB4;
}
</style>
border-color css
<style>
span { border-color: #DC7CB4; }
span { border-color: rgb(220,124,180); }
td.TdClassName
{
border-color: #DC7CB4;
}
.TagClassName
{
border-color: #DC7CB4;
}
</style>