Shades of Persian Rose #DC2DAC
Tints of Persian Rose #DC2DAC
RGB
CMYK
RGB Variations
Color information
#DC2DAC (or 0xDC2DAC) is known color: Persian Rose. HEX triplet: DC, 2D and AC. RGB value is (220,45,172). Sum of RGB (Red+Green+Blue) = 220+45+172=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2DAC is #23D253. Grayscale: #6F6F6F. Windows color (decimal): -2347604 or 11283932. OLE color: 11283932.
HSL color Cylindrical-coordinate representation of color #DC2DAC: hue angle of 316.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2DAC is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 172 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.14 |
| HSL | 316.46º | 0.71% | 0.52% | - |
| HSV(B) | 316.46º | 0.8% | 0.86% | - |
| XYZ | 37.9 | 20.07 | 40.91 | - |
| YUV | 111.8 | 161.98 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 172 | 0 | 0.80 | 0.22 | 0.14 | 316.46 | 0.71 | 0.52 |
| Hex | DC | 2D | AC | 0 | 50 | 16 | E | 13C | 47 | 34 |
| Octal | 334 | 55 | 254 | 0 | 120 | 26 | 16 | 474 | 107 | 64 |
| Binary | 11011100 | 101101 | 10101100 | 0 | 1010000 | 10110 | 1110 | 100111100 | 1000111 | 110100 |
Color Harmonies of #DC2DAC
Complementary color
Monochromatic Colors of #DC2DAC
Black with #DC2DAC
Text Example
Text Example
White with #DC2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DAC; }
p { color: rgb(220,45,172); }
H1.HeaderClassName
{
color: #DC2DAC;
}
.AnyTagClassName
{
color: #DC2DAC;
}
</style>
background-color css
<style>
a { background-color: #DC2DAC; }
a { background-color: rgb(220,45,172); }
div.DivClassName
{
background-color: #DC2DAC;
}
.BgClassName
{
background-color: #DC2DAC;
}
</style>
border-color css
<style>
span { border-color: #DC2DAC; }
span { border-color: rgb(220,45,172); }
td.TdClassName
{
border-color: #DC2DAC;
}
.TagClassName
{
border-color: #DC2DAC;
}
</style>