Shades of Persian Rose #DC32AF
Tints of Persian Rose #DC32AF
RGB
CMYK
RGB Variations
Color information
#DC32AF (or 0xDC32AF) is known color: Persian Rose. HEX triplet: DC, 32 and AF. RGB value is (220,50,175). Sum of RGB (Red+Green+Blue) = 220+50+175=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC32AF is #23CD50. Grayscale: #727272. Windows color (decimal): -2346321 or 11481820. OLE color: 11481820.
HSL color Cylindrical-coordinate representation of color #DC32AF: hue angle of 315.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC32AF is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 175 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.14 |
| HSL | 315.88º | 0.71% | 0.53% | - |
| HSV(B) | 315.88º | 0.77% | 0.86% | - |
| XYZ | 38.39 | 20.59 | 42.51 | - |
| YUV | 115.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 175 | 0 | 0.77 | 0.20 | 0.14 | 315.88 | 0.71 | 0.53 |
| Hex | DC | 32 | AF | 0 | 4D | 14 | E | 13C | 47 | 35 |
| Octal | 334 | 62 | 257 | 0 | 115 | 24 | 16 | 474 | 107 | 65 |
| Binary | 11011100 | 110010 | 10101111 | 0 | 1001101 | 10100 | 1110 | 100111100 | 1000111 | 110101 |
Color Harmonies of #DC32AF
Complementary color
Monochromatic Colors of #DC32AF
Black with #DC32AF
Text Example
Text Example
White with #DC32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32AF; }
p { color: rgb(220,50,175); }
H1.HeaderClassName
{
color: #DC32AF;
}
.AnyTagClassName
{
color: #DC32AF;
}
</style>
background-color css
<style>
a { background-color: #DC32AF; }
a { background-color: rgb(220,50,175); }
div.DivClassName
{
background-color: #DC32AF;
}
.BgClassName
{
background-color: #DC32AF;
}
</style>
border-color css
<style>
span { border-color: #DC32AF; }
span { border-color: rgb(220,50,175); }
td.TdClassName
{
border-color: #DC32AF;
}
.TagClassName
{
border-color: #DC32AF;
}
</style>