Shades of Persian Pink #DC74B6
Tints of Persian Pink #DC74B6
RGB
CMYK
RGB Variations
Color information
#DC74B6 (or 0xDC74B6) is known color: Persian Pink. HEX triplet: DC, 74 and B6. RGB value is (220,116,182). Sum of RGB (Red+Green+Blue) = 220+116+182=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74B6 is #238B49. Grayscale: #9A9A9A. Windows color (decimal): -2329418 or 11957468. OLE color: 11957468.
HSL color Cylindrical-coordinate representation of color #DC74B6: hue angle of 321.92º 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 #DC74B6 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 182 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.14 |
| HSL | 321.92º | 0.6% | 0.66% | - |
| HSV(B) | 321.92º | 0.47% | 0.86% | - |
| XYZ | 44.2 | 31.08 | 47.93 | - |
| YUV | 154.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 182 | 0 | 0.47 | 0.17 | 0.14 | 321.92 | 0.6 | 0.66 |
| Hex | DC | 74 | B6 | 0 | 2F | 11 | E | 142 | 3C | 42 |
| Octal | 334 | 164 | 266 | 0 | 57 | 21 | 16 | 502 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10110110 | 0 | 101111 | 10001 | 1110 | 101000010 | 111100 | 1000010 |
Color Harmonies of #DC74B6
Complementary color
Monochromatic Colors of #DC74B6
Black with #DC74B6
Text Example
Text Example
White with #DC74B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74B6; }
p { color: rgb(220,116,182); }
H1.HeaderClassName
{
color: #DC74B6;
}
.AnyTagClassName
{
color: #DC74B6;
}
</style>
background-color css
<style>
a { background-color: #DC74B6; }
a { background-color: rgb(220,116,182); }
div.DivClassName
{
background-color: #DC74B6;
}
.BgClassName
{
background-color: #DC74B6;
}
</style>
border-color css
<style>
span { border-color: #DC74B6; }
span { border-color: rgb(220,116,182); }
td.TdClassName
{
border-color: #DC74B6;
}
.TagClassName
{
border-color: #DC74B6;
}
</style>