Shades of Persian Rose #DC3BB0
Tints of Persian Rose #DC3BB0
RGB
CMYK
RGB Variations
Color information
#DC3BB0 (or 0xDC3BB0) is known color: Persian Rose. HEX triplet: DC, 3B and B0. RGB value is (220,59,176). Sum of RGB (Red+Green+Blue) = 220+59+176=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3BB0 is #23C44F. Grayscale: #787878. Windows color (decimal): -2344016 or 11549660. OLE color: 11549660.
HSL color Cylindrical-coordinate representation of color #DC3BB0: hue angle of 316.4º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3BB0 is Cyan = 0, Magento = 0.73, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 176 | - |
| CMYK | 0 | 0.73 | 0.2 | 0.14 |
| HSL | 316.4º | 0.7% | 0.55% | - |
| HSV(B) | 316.4º | 0.73% | 0.86% | - |
| XYZ | 38.92 | 21.48 | 43.17 | - |
| YUV | 120.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 176 | 0 | 0.73 | 0.2 | 0.14 | 316.4 | 0.7 | 0.55 |
| Hex | DC | 3B | B0 | 0 | 49 | 14 | E | 13C | 46 | 37 |
| Octal | 334 | 73 | 260 | 0 | 111 | 24 | 16 | 474 | 106 | 67 |
| Binary | 11011100 | 111011 | 10110000 | 0 | 1001001 | 10100 | 1110 | 100111100 | 1000110 | 110111 |
Color Harmonies of #DC3BB0
Complementary color
Monochromatic Colors of #DC3BB0
Black with #DC3BB0
Text Example
Text Example
White with #DC3BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3BB0; }
p { color: rgb(220,59,176); }
H1.HeaderClassName
{
color: #DC3BB0;
}
.AnyTagClassName
{
color: #DC3BB0;
}
</style>
background-color css
<style>
a { background-color: #DC3BB0; }
a { background-color: rgb(220,59,176); }
div.DivClassName
{
background-color: #DC3BB0;
}
.BgClassName
{
background-color: #DC3BB0;
}
</style>
border-color css
<style>
span { border-color: #DC3BB0; }
span { border-color: rgb(220,59,176); }
td.TdClassName
{
border-color: #DC3BB0;
}
.TagClassName
{
border-color: #DC3BB0;
}
</style>