Shades of Persian Rose #DC3AB1
Tints of Persian Rose #DC3AB1
RGB
CMYK
RGB Variations
Color information
#DC3AB1 (or 0xDC3AB1) is known color: Persian Rose. HEX triplet: DC, 3A and B1. RGB value is (220,58,177). Sum of RGB (Red+Green+Blue) = 220+58+177=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3AB1 is #23C54E. Grayscale: #777777. Windows color (decimal): -2344271 or 11614940. OLE color: 11614940.
HSL color Cylindrical-coordinate representation of color #DC3AB1: hue angle of 315.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3AB1 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 177 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.14 |
| HSL | 315.93º | 0.7% | 0.55% | - |
| HSV(B) | 315.93º | 0.74% | 0.86% | - |
| XYZ | 38.96 | 21.42 | 43.68 | - |
| YUV | 120 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 177 | 0 | 0.74 | 0.20 | 0.14 | 315.93 | 0.7 | 0.55 |
| Hex | DC | 3A | B1 | 0 | 4A | 14 | E | 13C | 46 | 37 |
| Octal | 334 | 72 | 261 | 0 | 112 | 24 | 16 | 474 | 106 | 67 |
| Binary | 11011100 | 111010 | 10110001 | 0 | 1001010 | 10100 | 1110 | 100111100 | 1000110 | 110111 |
Color Harmonies of #DC3AB1
Complementary color
Monochromatic Colors of #DC3AB1
Black with #DC3AB1
Text Example
Text Example
White with #DC3AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3AB1; }
p { color: rgb(220,58,177); }
H1.HeaderClassName
{
color: #DC3AB1;
}
.AnyTagClassName
{
color: #DC3AB1;
}
</style>
background-color css
<style>
a { background-color: #DC3AB1; }
a { background-color: rgb(220,58,177); }
div.DivClassName
{
background-color: #DC3AB1;
}
.BgClassName
{
background-color: #DC3AB1;
}
</style>
border-color css
<style>
span { border-color: #DC3AB1; }
span { border-color: rgb(220,58,177); }
td.TdClassName
{
border-color: #DC3AB1;
}
.TagClassName
{
border-color: #DC3AB1;
}
</style>