Shades of Persian Rose #DC2BAC
Tints of Persian Rose #DC2BAC
RGB
CMYK
RGB Variations
Color information
#DC2BAC (or 0xDC2BAC) is known color: Persian Rose. HEX triplet: DC, 2B and AC. RGB value is (220,43,172). Sum of RGB (Red+Green+Blue) = 220+43+172=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2BAC is #23D453. Grayscale: #6E6E6E. Windows color (decimal): -2348116 or 11283420. OLE color: 11283420.
HSL color Cylindrical-coordinate representation of color #DC2BAC: hue angle of 316.27º degrees, saturation: 0.72, 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 #DC2BAC is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 172 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.14 |
| HSL | 316.27º | 0.72% | 0.52% | - |
| HSV(B) | 316.27º | 0.8% | 0.86% | - |
| XYZ | 37.83 | 19.92 | 40.88 | - |
| YUV | 110.63 | 162.64 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 172 | 0 | 0.80 | 0.22 | 0.14 | 316.27 | 0.72 | 0.52 |
| Hex | DC | 2B | AC | 0 | 50 | 16 | E | 13C | 48 | 34 |
| Octal | 334 | 53 | 254 | 0 | 120 | 26 | 16 | 474 | 110 | 64 |
| Binary | 11011100 | 101011 | 10101100 | 0 | 1010000 | 10110 | 1110 | 100111100 | 1001000 | 110100 |
Color Harmonies of #DC2BAC
Complementary color
Monochromatic Colors of #DC2BAC
Black with #DC2BAC
Text Example
Text Example
White with #DC2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BAC; }
p { color: rgb(220,43,172); }
H1.HeaderClassName
{
color: #DC2BAC;
}
.AnyTagClassName
{
color: #DC2BAC;
}
</style>
background-color css
<style>
a { background-color: #DC2BAC; }
a { background-color: rgb(220,43,172); }
div.DivClassName
{
background-color: #DC2BAC;
}
.BgClassName
{
background-color: #DC2BAC;
}
</style>
border-color css
<style>
span { border-color: #DC2BAC; }
span { border-color: rgb(220,43,172); }
td.TdClassName
{
border-color: #DC2BAC;
}
.TagClassName
{
border-color: #DC2BAC;
}
</style>