Shades of Persian Pink #DC74BD
Tints of Persian Pink #DC74BD
RGB
CMYK
RGB Variations
Color information
#DC74BD (or 0xDC74BD) is known color: Persian Pink. HEX triplet: DC, 74 and BD. RGB value is (220,116,189). Sum of RGB (Red+Green+Blue) = 220+116+189=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74BD is #238B42. Grayscale: #9B9B9B. Windows color (decimal): -2329411 or 12416220. OLE color: 12416220.
HSL color Cylindrical-coordinate representation of color #DC74BD: hue angle of 317.88º 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 #DC74BD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 189 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.14 |
| HSL | 317.88º | 0.6% | 0.66% | - |
| HSV(B) | 317.88º | 0.47% | 0.86% | - |
| XYZ | 44.95 | 31.38 | 51.83 | - |
| YUV | 155.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 189 | 0 | 0.47 | 0.14 | 0.14 | 317.88 | 0.6 | 0.66 |
| Hex | DC | 74 | BD | 0 | 2F | E | E | 13E | 3C | 42 |
| Octal | 334 | 164 | 275 | 0 | 57 | 16 | 16 | 476 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10111101 | 0 | 101111 | 1110 | 1110 | 100111110 | 111100 | 1000010 |
Color Harmonies of #DC74BD
Complementary color
Monochromatic Colors of #DC74BD
Black with #DC74BD
Text Example
Text Example
White with #DC74BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74BD; }
p { color: rgb(220,116,189); }
H1.HeaderClassName
{
color: #DC74BD;
}
.AnyTagClassName
{
color: #DC74BD;
}
</style>
background-color css
<style>
a { background-color: #DC74BD; }
a { background-color: rgb(220,116,189); }
div.DivClassName
{
background-color: #DC74BD;
}
.BgClassName
{
background-color: #DC74BD;
}
</style>
border-color css
<style>
span { border-color: #DC74BD; }
span { border-color: rgb(220,116,189); }
td.TdClassName
{
border-color: #DC74BD;
}
.TagClassName
{
border-color: #DC74BD;
}
</style>