Shades of Persian Rose #DC3CAF
Tints of Persian Rose #DC3CAF
RGB
CMYK
RGB Variations
Color information
#DC3CAF (or 0xDC3CAF) is known color: Persian Rose. HEX triplet: DC, 3C and AF. RGB value is (220,60,175). Sum of RGB (Red+Green+Blue) = 220+60+175=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3CAF is #23C350. Grayscale: #787878. Windows color (decimal): -2343761 or 11484380. OLE color: 11484380.
HSL color Cylindrical-coordinate representation of color #DC3CAF: hue angle of 316.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3CAF is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 175 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.14 |
| HSL | 316.88º | 0.7% | 0.55% | - |
| HSV(B) | 316.88º | 0.73% | 0.86% | - |
| XYZ | 38.87 | 21.54 | 42.67 | - |
| YUV | 120.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 175 | 0 | 0.73 | 0.20 | 0.14 | 316.88 | 0.7 | 0.55 |
| Hex | DC | 3C | AF | 0 | 49 | 14 | E | 13D | 46 | 37 |
| Octal | 334 | 74 | 257 | 0 | 111 | 24 | 16 | 475 | 106 | 67 |
| Binary | 11011100 | 111100 | 10101111 | 0 | 1001001 | 10100 | 1110 | 100111101 | 1000110 | 110111 |
Color Harmonies of #DC3CAF
Complementary color
Monochromatic Colors of #DC3CAF
Black with #DC3CAF
Text Example
Text Example
White with #DC3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3CAF; }
p { color: rgb(220,60,175); }
H1.HeaderClassName
{
color: #DC3CAF;
}
.AnyTagClassName
{
color: #DC3CAF;
}
</style>
background-color css
<style>
a { background-color: #DC3CAF; }
a { background-color: rgb(220,60,175); }
div.DivClassName
{
background-color: #DC3CAF;
}
.BgClassName
{
background-color: #DC3CAF;
}
</style>
border-color css
<style>
span { border-color: #DC3CAF; }
span { border-color: rgb(220,60,175); }
td.TdClassName
{
border-color: #DC3CAF;
}
.TagClassName
{
border-color: #DC3CAF;
}
</style>