Shades of Persian Pink #DC74B7
Tints of Persian Pink #DC74B7
RGB
CMYK
RGB Variations
Color information
#DC74B7 (or 0xDC74B7) is known color: Persian Pink. HEX triplet: DC, 74 and B7. RGB value is (220,116,183). Sum of RGB (Red+Green+Blue) = 220+116+183=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74B7 is #238B48. Grayscale: #9A9A9A. Windows color (decimal): -2329417 or 12023004. OLE color: 12023004.
HSL color Cylindrical-coordinate representation of color #DC74B7: hue angle of 321.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC74B7 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 183 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.14 |
| HSL | 321.35º | 0.6% | 0.66% | - |
| HSV(B) | 321.35º | 0.47% | 0.86% | - |
| XYZ | 44.31 | 31.13 | 48.47 | - |
| YUV | 154.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 183 | 0 | 0.47 | 0.17 | 0.14 | 321.35 | 0.6 | 0.66 |
| Hex | DC | 74 | B7 | 0 | 2F | 11 | E | 141 | 3C | 42 |
| Octal | 334 | 164 | 267 | 0 | 57 | 21 | 16 | 501 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10110111 | 0 | 101111 | 10001 | 1110 | 101000001 | 111100 | 1000010 |
Color Harmonies of #DC74B7
Complementary color
Monochromatic Colors of #DC74B7
Black with #DC74B7
Text Example
Text Example
White with #DC74B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74B7; }
p { color: rgb(220,116,183); }
H1.HeaderClassName
{
color: #DC74B7;
}
.AnyTagClassName
{
color: #DC74B7;
}
</style>
background-color css
<style>
a { background-color: #DC74B7; }
a { background-color: rgb(220,116,183); }
div.DivClassName
{
background-color: #DC74B7;
}
.BgClassName
{
background-color: #DC74B7;
}
</style>
border-color css
<style>
span { border-color: #DC74B7; }
span { border-color: rgb(220,116,183); }
td.TdClassName
{
border-color: #DC74B7;
}
.TagClassName
{
border-color: #DC74B7;
}
</style>