Shades of Persian Pink #DC7FB4
Tints of Persian Pink #DC7FB4
RGB
CMYK
RGB Variations
Color information
#DC7FB4 (or 0xDC7FB4) is known color: Persian Pink. HEX triplet: DC, 7F and B4. RGB value is (220,127,180). Sum of RGB (Red+Green+Blue) = 220+127+180=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FB4 is #23804B. Grayscale: #A0A0A0. Windows color (decimal): -2326604 or 11829212. OLE color: 11829212.
HSL color Cylindrical-coordinate representation of color #DC7FB4: hue angle of 325.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FB4 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 180 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.14 |
| HSL | 325.81º | 0.57% | 0.68% | - |
| HSV(B) | 325.81º | 0.42% | 0.86% | - |
| XYZ | 45.34 | 33.69 | 47.29 | - |
| YUV | 160.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 180 | 0 | 0.42 | 0.18 | 0.14 | 325.81 | 0.57 | 0.68 |
| Hex | DC | 7F | B4 | 0 | 2A | 12 | E | 146 | 39 | 44 |
| Octal | 334 | 177 | 264 | 0 | 52 | 22 | 16 | 506 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10110100 | 0 | 101010 | 10010 | 1110 | 101000110 | 111001 | 1000100 |
Color Harmonies of #DC7FB4
Complementary color
Monochromatic Colors of #DC7FB4
Black with #DC7FB4
Text Example
Text Example
White with #DC7FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FB4; }
p { color: rgb(220,127,180); }
H1.HeaderClassName
{
color: #DC7FB4;
}
.AnyTagClassName
{
color: #DC7FB4;
}
</style>
background-color css
<style>
a { background-color: #DC7FB4; }
a { background-color: rgb(220,127,180); }
div.DivClassName
{
background-color: #DC7FB4;
}
.BgClassName
{
background-color: #DC7FB4;
}
</style>
border-color css
<style>
span { border-color: #DC7FB4; }
span { border-color: rgb(220,127,180); }
td.TdClassName
{
border-color: #DC7FB4;
}
.TagClassName
{
border-color: #DC7FB4;
}
</style>