Shades of Persian Rose #DC31AB
Tints of Persian Rose #DC31AB
RGB
CMYK
RGB Variations
Color information
#DC31AB (or 0xDC31AB) is known color: Persian Rose. HEX triplet: DC, 31 and AB. RGB value is (220,49,171). Sum of RGB (Red+Green+Blue) = 220+49+171=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31AB is #23CE54. Grayscale: #717171. Windows color (decimal): -2346581 or 11219420. OLE color: 11219420.
HSL color Cylindrical-coordinate representation of color #DC31AB: hue angle of 317.19º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC31AB is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 171 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.14 |
| HSL | 317.19º | 0.71% | 0.53% | - |
| HSV(B) | 317.19º | 0.78% | 0.86% | - |
| XYZ | 37.96 | 20.35 | 40.46 | - |
| YUV | 114.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 171 | 0 | 0.78 | 0.22 | 0.14 | 317.19 | 0.71 | 0.53 |
| Hex | DC | 31 | AB | 0 | 4E | 16 | E | 13D | 47 | 35 |
| Octal | 334 | 61 | 253 | 0 | 116 | 26 | 16 | 475 | 107 | 65 |
| Binary | 11011100 | 110001 | 10101011 | 0 | 1001110 | 10110 | 1110 | 100111101 | 1000111 | 110101 |
Color Harmonies of #DC31AB
Complementary color
Monochromatic Colors of #DC31AB
Black with #DC31AB
Text Example
Text Example
White with #DC31AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31AB; }
p { color: rgb(220,49,171); }
H1.HeaderClassName
{
color: #DC31AB;
}
.AnyTagClassName
{
color: #DC31AB;
}
</style>
background-color css
<style>
a { background-color: #DC31AB; }
a { background-color: rgb(220,49,171); }
div.DivClassName
{
background-color: #DC31AB;
}
.BgClassName
{
background-color: #DC31AB;
}
</style>
border-color css
<style>
span { border-color: #DC31AB; }
span { border-color: rgb(220,49,171); }
td.TdClassName
{
border-color: #DC31AB;
}
.TagClassName
{
border-color: #DC31AB;
}
</style>