Shades of Persian Pink #DC71B3
Tints of Persian Pink #DC71B3
RGB
CMYK
RGB Variations
Color information
#DC71B3 (or 0xDC71B3) is known color: Persian Pink. HEX triplet: DC, 71 and B3. RGB value is (220,113,179). Sum of RGB (Red+Green+Blue) = 220+113+179=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71B3 is #238E4C. Grayscale: #989898. Windows color (decimal): -2330189 or 11760092. OLE color: 11760092.
HSL color Cylindrical-coordinate representation of color #DC71B3: hue angle of 322.99º degrees, saturation: 0.6, 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 #DC71B3 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 179 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.14 |
| HSL | 322.99º | 0.6% | 0.65% | - |
| HSV(B) | 322.99º | 0.49% | 0.86% | - |
| XYZ | 43.56 | 30.28 | 46.2 | - |
| YUV | 152.52 | 142.95 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 179 | 0 | 0.49 | 0.19 | 0.14 | 322.99 | 0.6 | 0.65 |
| Hex | DC | 71 | B3 | 0 | 31 | 13 | E | 143 | 3C | 41 |
| Octal | 334 | 161 | 263 | 0 | 61 | 23 | 16 | 503 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10110011 | 0 | 110001 | 10011 | 1110 | 101000011 | 111100 | 1000001 |
Color Harmonies of #DC71B3
Complementary color
Monochromatic Colors of #DC71B3
Black with #DC71B3
Text Example
Text Example
White with #DC71B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71B3; }
p { color: rgb(220,113,179); }
H1.HeaderClassName
{
color: #DC71B3;
}
.AnyTagClassName
{
color: #DC71B3;
}
</style>
background-color css
<style>
a { background-color: #DC71B3; }
a { background-color: rgb(220,113,179); }
div.DivClassName
{
background-color: #DC71B3;
}
.BgClassName
{
background-color: #DC71B3;
}
</style>
border-color css
<style>
span { border-color: #DC71B3; }
span { border-color: rgb(220,113,179); }
td.TdClassName
{
border-color: #DC71B3;
}
.TagClassName
{
border-color: #DC71B3;
}
</style>