Shades of Persian Pink #DC70B2
Tints of Persian Pink #DC70B2
RGB
CMYK
RGB Variations
Color information
#DC70B2 (or 0xDC70B2) is known color: Persian Pink. HEX triplet: DC, 70 and B2. RGB value is (220,112,178). Sum of RGB (Red+Green+Blue) = 220+112+178=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC70B2 is #238F4D. Grayscale: #979797. Windows color (decimal): -2330446 or 11694300. OLE color: 11694300.
HSL color Cylindrical-coordinate representation of color #DC70B2: hue angle of 323.33º 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 #DC70B2 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 178 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.14 |
| HSL | 323.33º | 0.61% | 0.65% | - |
| HSV(B) | 323.33º | 0.49% | 0.86% | - |
| XYZ | 43.35 | 30.02 | 45.63 | - |
| YUV | 151.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 178 | 0 | 0.49 | 0.19 | 0.14 | 323.33 | 0.61 | 0.65 |
| Hex | DC | 70 | B2 | 0 | 31 | 13 | E | 143 | 3D | 41 |
| Octal | 334 | 160 | 262 | 0 | 61 | 23 | 16 | 503 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10110010 | 0 | 110001 | 10011 | 1110 | 101000011 | 111101 | 1000001 |
Color Harmonies of #DC70B2
Complementary color
Monochromatic Colors of #DC70B2
Black with #DC70B2
Text Example
Text Example
White with #DC70B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70B2; }
p { color: rgb(220,112,178); }
H1.HeaderClassName
{
color: #DC70B2;
}
.AnyTagClassName
{
color: #DC70B2;
}
</style>
background-color css
<style>
a { background-color: #DC70B2; }
a { background-color: rgb(220,112,178); }
div.DivClassName
{
background-color: #DC70B2;
}
.BgClassName
{
background-color: #DC70B2;
}
</style>
border-color css
<style>
span { border-color: #DC70B2; }
span { border-color: rgb(220,112,178); }
td.TdClassName
{
border-color: #DC70B2;
}
.TagClassName
{
border-color: #DC70B2;
}
</style>