Shades of Persian Rose #DC3DB0
Tints of Persian Rose #DC3DB0
RGB
CMYK
RGB Variations
Color information
#DC3DB0 (or 0xDC3DB0) is known color: Persian Rose. HEX triplet: DC, 3D and B0. RGB value is (220,61,176). Sum of RGB (Red+Green+Blue) = 220+61+176=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DB0 is #23C24F. Grayscale: #797979. Windows color (decimal): -2343504 or 11550172. OLE color: 11550172.
HSL color Cylindrical-coordinate representation of color #DC3DB0: hue angle of 316.6º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3DB0 is Cyan = 0, Magento = 0.72, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 176 | - |
| CMYK | 0 | 0.72 | 0.2 | 0.14 |
| HSL | 316.6º | 0.69% | 0.55% | - |
| HSV(B) | 316.6º | 0.72% | 0.86% | - |
| XYZ | 39.02 | 21.69 | 43.2 | - |
| YUV | 121.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 176 | 0 | 0.72 | 0.2 | 0.14 | 316.6 | 0.69 | 0.55 |
| Hex | DC | 3D | B0 | 0 | 48 | 14 | E | 13D | 45 | 37 |
| Octal | 334 | 75 | 260 | 0 | 110 | 24 | 16 | 475 | 105 | 67 |
| Binary | 11011100 | 111101 | 10110000 | 0 | 1001000 | 10100 | 1110 | 100111101 | 1000101 | 110111 |
Color Harmonies of #DC3DB0
Complementary color
Monochromatic Colors of #DC3DB0
Black with #DC3DB0
Text Example
Text Example
White with #DC3DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DB0; }
p { color: rgb(220,61,176); }
H1.HeaderClassName
{
color: #DC3DB0;
}
.AnyTagClassName
{
color: #DC3DB0;
}
</style>
background-color css
<style>
a { background-color: #DC3DB0; }
a { background-color: rgb(220,61,176); }
div.DivClassName
{
background-color: #DC3DB0;
}
.BgClassName
{
background-color: #DC3DB0;
}
</style>
border-color css
<style>
span { border-color: #DC3DB0; }
span { border-color: rgb(220,61,176); }
td.TdClassName
{
border-color: #DC3DB0;
}
.TagClassName
{
border-color: #DC3DB0;
}
</style>