Shades of Persian Rose #DC3BB1
Tints of Persian Rose #DC3BB1
RGB
CMYK
RGB Variations
Color information
#DC3BB1 (or 0xDC3BB1) is known color: Persian Rose. HEX triplet: DC, 3B and B1. RGB value is (220,59,177). Sum of RGB (Red+Green+Blue) = 220+59+177=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3BB1 is #23C44E. Grayscale: #787878. Windows color (decimal): -2344015 or 11615196. OLE color: 11615196.
HSL color Cylindrical-coordinate representation of color #DC3BB1: hue angle of 316.02º 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 #DC3BB1 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 177 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.14 |
| HSL | 316.02º | 0.7% | 0.55% | - |
| HSV(B) | 316.02º | 0.73% | 0.86% | - |
| XYZ | 39.01 | 21.52 | 43.69 | - |
| YUV | 120.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 177 | 0 | 0.73 | 0.20 | 0.14 | 316.02 | 0.7 | 0.55 |
| Hex | DC | 3B | B1 | 0 | 49 | 14 | E | 13C | 46 | 37 |
| Octal | 334 | 73 | 261 | 0 | 111 | 24 | 16 | 474 | 106 | 67 |
| Binary | 11011100 | 111011 | 10110001 | 0 | 1001001 | 10100 | 1110 | 100111100 | 1000110 | 110111 |
Color Harmonies of #DC3BB1
Complementary color
Monochromatic Colors of #DC3BB1
Black with #DC3BB1
Text Example
Text Example
White with #DC3BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3BB1; }
p { color: rgb(220,59,177); }
H1.HeaderClassName
{
color: #DC3BB1;
}
.AnyTagClassName
{
color: #DC3BB1;
}
</style>
background-color css
<style>
a { background-color: #DC3BB1; }
a { background-color: rgb(220,59,177); }
div.DivClassName
{
background-color: #DC3BB1;
}
.BgClassName
{
background-color: #DC3BB1;
}
</style>
border-color css
<style>
span { border-color: #DC3BB1; }
span { border-color: rgb(220,59,177); }
td.TdClassName
{
border-color: #DC3BB1;
}
.TagClassName
{
border-color: #DC3BB1;
}
</style>