Shades of Persian Pink #DC70B3
Tints of Persian Pink #DC70B3
RGB
CMYK
RGB Variations
Color information
#DC70B3 (or 0xDC70B3) is known color: Persian Pink. HEX triplet: DC, 70 and B3. RGB value is (220,112,179). Sum of RGB (Red+Green+Blue) = 220+112+179=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70B3 is #238F4C. Grayscale: #979797. Windows color (decimal): -2330445 or 11759836. OLE color: 11759836.
HSL color Cylindrical-coordinate representation of color #DC70B3: hue angle of 322.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC70B3 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 179 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.14 |
| HSL | 322.78º | 0.61% | 0.65% | - |
| HSV(B) | 322.78º | 0.49% | 0.86% | - |
| XYZ | 43.45 | 30.06 | 46.16 | - |
| YUV | 151.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 179 | 0 | 0.49 | 0.19 | 0.14 | 322.78 | 0.61 | 0.65 |
| Hex | DC | 70 | B3 | 0 | 31 | 13 | E | 143 | 3D | 41 |
| Octal | 334 | 160 | 263 | 0 | 61 | 23 | 16 | 503 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10110011 | 0 | 110001 | 10011 | 1110 | 101000011 | 111101 | 1000001 |
Color Harmonies of #DC70B3
Complementary color
Monochromatic Colors of #DC70B3
Black with #DC70B3
Text Example
Text Example
White with #DC70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70B3; }
p { color: rgb(220,112,179); }
H1.HeaderClassName
{
color: #DC70B3;
}
.AnyTagClassName
{
color: #DC70B3;
}
</style>
background-color css
<style>
a { background-color: #DC70B3; }
a { background-color: rgb(220,112,179); }
div.DivClassName
{
background-color: #DC70B3;
}
.BgClassName
{
background-color: #DC70B3;
}
</style>
border-color css
<style>
span { border-color: #DC70B3; }
span { border-color: rgb(220,112,179); }
td.TdClassName
{
border-color: #DC70B3;
}
.TagClassName
{
border-color: #DC70B3;
}
</style>