Shades of Persian Pink #DC70AF
Tints of Persian Pink #DC70AF
RGB
CMYK
RGB Variations
Color information
#DC70AF (or 0xDC70AF) is known color: Persian Pink. HEX triplet: DC, 70 and AF. RGB value is (220,112,175). Sum of RGB (Red+Green+Blue) = 220+112+175=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC70AF is #238F50. Grayscale: #979797. Windows color (decimal): -2330449 or 11497692. OLE color: 11497692.
HSL color Cylindrical-coordinate representation of color #DC70AF: hue angle of 325º 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 #DC70AF is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 175 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.14 |
| HSL | 325º | 0.61% | 0.65% | - |
| HSV(B) | 325º | 0.49% | 0.86% | - |
| XYZ | 43.05 | 29.9 | 44.06 | - |
| YUV | 151.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 175 | 0 | 0.49 | 0.20 | 0.14 | 325 | 0.61 | 0.65 |
| Hex | DC | 70 | AF | 0 | 31 | 14 | E | 145 | 3D | 41 |
| Octal | 334 | 160 | 257 | 0 | 61 | 24 | 16 | 505 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10101111 | 0 | 110001 | 10100 | 1110 | 101000101 | 111101 | 1000001 |
Color Harmonies of #DC70AF
Complementary color
Monochromatic Colors of #DC70AF
Black with #DC70AF
Text Example
Text Example
White with #DC70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70AF; }
p { color: rgb(220,112,175); }
H1.HeaderClassName
{
color: #DC70AF;
}
.AnyTagClassName
{
color: #DC70AF;
}
</style>
background-color css
<style>
a { background-color: #DC70AF; }
a { background-color: rgb(220,112,175); }
div.DivClassName
{
background-color: #DC70AF;
}
.BgClassName
{
background-color: #DC70AF;
}
</style>
border-color css
<style>
span { border-color: #DC70AF; }
span { border-color: rgb(220,112,175); }
td.TdClassName
{
border-color: #DC70AF;
}
.TagClassName
{
border-color: #DC70AF;
}
</style>