Shades of Persian Pink #DC74B8
Tints of Persian Pink #DC74B8
RGB
CMYK
RGB Variations
Color information
#DC74B8 (or 0xDC74B8) is known color: Persian Pink. HEX triplet: DC, 74 and B8. RGB value is (220,116,184). Sum of RGB (Red+Green+Blue) = 220+116+184=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74B8 is #238B47. Grayscale: #9A9A9A. Windows color (decimal): -2329416 or 12088540. OLE color: 12088540.
HSL color Cylindrical-coordinate representation of color #DC74B8: hue angle of 320.77º 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 #DC74B8 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 184 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.14 |
| HSL | 320.77º | 0.6% | 0.66% | - |
| HSV(B) | 320.77º | 0.47% | 0.86% | - |
| XYZ | 44.41 | 31.17 | 49.02 | - |
| YUV | 154.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 184 | 0 | 0.47 | 0.16 | 0.14 | 320.77 | 0.6 | 0.66 |
| Hex | DC | 74 | B8 | 0 | 2F | 10 | E | 141 | 3C | 42 |
| Octal | 334 | 164 | 270 | 0 | 57 | 20 | 16 | 501 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10111000 | 0 | 101111 | 10000 | 1110 | 101000001 | 111100 | 1000010 |
Color Harmonies of #DC74B8
Complementary color
Monochromatic Colors of #DC74B8
Black with #DC74B8
Text Example
Text Example
White with #DC74B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74B8; }
p { color: rgb(220,116,184); }
H1.HeaderClassName
{
color: #DC74B8;
}
.AnyTagClassName
{
color: #DC74B8;
}
</style>
background-color css
<style>
a { background-color: #DC74B8; }
a { background-color: rgb(220,116,184); }
div.DivClassName
{
background-color: #DC74B8;
}
.BgClassName
{
background-color: #DC74B8;
}
</style>
border-color css
<style>
span { border-color: #DC74B8; }
span { border-color: rgb(220,116,184); }
td.TdClassName
{
border-color: #DC74B8;
}
.TagClassName
{
border-color: #DC74B8;
}
</style>