Shades of Persian Pink #DC7FB8
Tints of Persian Pink #DC7FB8
RGB
CMYK
RGB Variations
Color information
#DC7FB8 (or 0xDC7FB8) is known color: Persian Pink. HEX triplet: DC, 7F and B8. RGB value is (220,127,184). Sum of RGB (Red+Green+Blue) = 220+127+184=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FB8 is #238047. Grayscale: #A1A1A1. Windows color (decimal): -2326600 or 12091356. OLE color: 12091356.
HSL color Cylindrical-coordinate representation of color #DC7FB8: hue angle of 323.23º 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 #DC7FB8 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 184 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.14 |
| HSL | 323.23º | 0.57% | 0.68% | - |
| HSV(B) | 323.23º | 0.42% | 0.86% | - |
| XYZ | 45.76 | 33.86 | 49.47 | - |
| YUV | 161.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 184 | 0 | 0.42 | 0.16 | 0.14 | 323.23 | 0.57 | 0.68 |
| Hex | DC | 7F | B8 | 0 | 2A | 10 | E | 143 | 39 | 44 |
| Octal | 334 | 177 | 270 | 0 | 52 | 20 | 16 | 503 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10111000 | 0 | 101010 | 10000 | 1110 | 101000011 | 111001 | 1000100 |
Color Harmonies of #DC7FB8
Complementary color
Monochromatic Colors of #DC7FB8
Black with #DC7FB8
Text Example
Text Example
White with #DC7FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FB8; }
p { color: rgb(220,127,184); }
H1.HeaderClassName
{
color: #DC7FB8;
}
.AnyTagClassName
{
color: #DC7FB8;
}
</style>
background-color css
<style>
a { background-color: #DC7FB8; }
a { background-color: rgb(220,127,184); }
div.DivClassName
{
background-color: #DC7FB8;
}
.BgClassName
{
background-color: #DC7FB8;
}
</style>
border-color css
<style>
span { border-color: #DC7FB8; }
span { border-color: rgb(220,127,184); }
td.TdClassName
{
border-color: #DC7FB8;
}
.TagClassName
{
border-color: #DC7FB8;
}
</style>