Shades of Persian Rose #DC2BAB
Tints of Persian Rose #DC2BAB
RGB
CMYK
RGB Variations
Color information
#DC2BAB (or 0xDC2BAB) is known color: Persian Rose. HEX triplet: DC, 2B and AB. RGB value is (220,43,171). Sum of RGB (Red+Green+Blue) = 220+43+171=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2BAB is #23D454. Grayscale: #6E6E6E. Windows color (decimal): -2348117 or 11217884. OLE color: 11217884.
HSL color Cylindrical-coordinate representation of color #DC2BAB: hue angle of 316.61º 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 #DC2BAB is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 171 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.14 |
| HSL | 316.61º | 0.72% | 0.52% | - |
| HSV(B) | 316.61º | 0.8% | 0.86% | - |
| XYZ | 37.73 | 19.88 | 40.38 | - |
| YUV | 110.52 | 162.14 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 171 | 0 | 0.80 | 0.22 | 0.14 | 316.61 | 0.72 | 0.52 |
| Hex | DC | 2B | AB | 0 | 50 | 16 | E | 13D | 48 | 34 |
| Octal | 334 | 53 | 253 | 0 | 120 | 26 | 16 | 475 | 110 | 64 |
| Binary | 11011100 | 101011 | 10101011 | 0 | 1010000 | 10110 | 1110 | 100111101 | 1001000 | 110100 |
Color Harmonies of #DC2BAB
Complementary color
Monochromatic Colors of #DC2BAB
Black with #DC2BAB
Text Example
Text Example
White with #DC2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BAB; }
p { color: rgb(220,43,171); }
H1.HeaderClassName
{
color: #DC2BAB;
}
.AnyTagClassName
{
color: #DC2BAB;
}
</style>
background-color css
<style>
a { background-color: #DC2BAB; }
a { background-color: rgb(220,43,171); }
div.DivClassName
{
background-color: #DC2BAB;
}
.BgClassName
{
background-color: #DC2BAB;
}
</style>
border-color css
<style>
span { border-color: #DC2BAB; }
span { border-color: rgb(220,43,171); }
td.TdClassName
{
border-color: #DC2BAB;
}
.TagClassName
{
border-color: #DC2BAB;
}
</style>