Shades of Persian Rose #DC2EAB
Tints of Persian Rose #DC2EAB
RGB
CMYK
RGB Variations
Color information
#DC2EAB (or 0xDC2EAB) is known color: Persian Rose. HEX triplet: DC, 2E and AB. RGB value is (220,46,171). Sum of RGB (Red+Green+Blue) = 220+46+171=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2EAB is #23D154. Grayscale: #6F6F6F. Windows color (decimal): -2347349 or 11218652. OLE color: 11218652.
HSL color Cylindrical-coordinate representation of color #DC2EAB: hue angle of 316.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2EAB is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 171 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.14 |
| HSL | 316.9º | 0.71% | 0.52% | - |
| HSV(B) | 316.9º | 0.79% | 0.86% | - |
| XYZ | 37.84 | 20.11 | 40.42 | - |
| YUV | 112.28 | 161.15 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 171 | 0 | 0.79 | 0.22 | 0.14 | 316.9 | 0.71 | 0.52 |
| Hex | DC | 2E | AB | 0 | 4F | 16 | E | 13D | 47 | 34 |
| Octal | 334 | 56 | 253 | 0 | 117 | 26 | 16 | 475 | 107 | 64 |
| Binary | 11011100 | 101110 | 10101011 | 0 | 1001111 | 10110 | 1110 | 100111101 | 1000111 | 110100 |
Color Harmonies of #DC2EAB
Complementary color
Monochromatic Colors of #DC2EAB
Black with #DC2EAB
Text Example
Text Example
White with #DC2EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EAB; }
p { color: rgb(220,46,171); }
H1.HeaderClassName
{
color: #DC2EAB;
}
.AnyTagClassName
{
color: #DC2EAB;
}
</style>
background-color css
<style>
a { background-color: #DC2EAB; }
a { background-color: rgb(220,46,171); }
div.DivClassName
{
background-color: #DC2EAB;
}
.BgClassName
{
background-color: #DC2EAB;
}
</style>
border-color css
<style>
span { border-color: #DC2EAB; }
span { border-color: rgb(220,46,171); }
td.TdClassName
{
border-color: #DC2EAB;
}
.TagClassName
{
border-color: #DC2EAB;
}
</style>