Shades of Persian Rose #DC20A3
Tints of Persian Rose #DC20A3
RGB
CMYK
RGB Variations
Color information
#DC20A3 (or 0xDC20A3) is known color: Persian Rose. HEX triplet: DC, 20 and A3. RGB value is (220,32,163). Sum of RGB (Red+Green+Blue) = 220+32+163=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC20A3 is #23DF5C. Grayscale: #666666. Windows color (decimal): -2350941 or 10690780. OLE color: 10690780.
HSL color Cylindrical-coordinate representation of color #DC20A3: hue angle of 318.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20A3 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 163 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.14 |
| HSL | 318.19º | 0.75% | 0.49% | - |
| HSV(B) | 318.19º | 0.85% | 0.86% | - |
| XYZ | 36.64 | 18.89 | 36.37 | - |
| YUV | 103.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 163 | 0 | 0.85 | 0.26 | 0.14 | 318.19 | 0.75 | 0.49 |
| Hex | DC | 20 | A3 | 0 | 55 | 1A | E | 13E | 4B | 31 |
| Octal | 334 | 40 | 243 | 0 | 125 | 32 | 16 | 476 | 113 | 61 |
| Binary | 11011100 | 100000 | 10100011 | 0 | 1010101 | 11010 | 1110 | 100111110 | 1001011 | 110001 |
Color Harmonies of #DC20A3
Complementary color
Monochromatic Colors of #DC20A3
Black with #DC20A3
Text Example
Text Example
White with #DC20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20A3; }
p { color: rgb(220,32,163); }
H1.HeaderClassName
{
color: #DC20A3;
}
.AnyTagClassName
{
color: #DC20A3;
}
</style>
background-color css
<style>
a { background-color: #DC20A3; }
a { background-color: rgb(220,32,163); }
div.DivClassName
{
background-color: #DC20A3;
}
.BgClassName
{
background-color: #DC20A3;
}
</style>
border-color css
<style>
span { border-color: #DC20A3; }
span { border-color: rgb(220,32,163); }
td.TdClassName
{
border-color: #DC20A3;
}
.TagClassName
{
border-color: #DC20A3;
}
</style>