Shades of Persian Rose #DC2FB0
Tints of Persian Rose #DC2FB0
RGB
CMYK
RGB Variations
Color information
#DC2FB0 (or 0xDC2FB0) is known color: Persian Rose. HEX triplet: DC, 2F and B0. RGB value is (220,47,176). Sum of RGB (Red+Green+Blue) = 220+47+176=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2FB0 is #23D04F. Grayscale: #717171. Windows color (decimal): -2347088 or 11546588. OLE color: 11546588.
HSL color Cylindrical-coordinate representation of color #DC2FB0: hue angle of 315.26º 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 #DC2FB0 is Cyan = 0, Magento = 0.79, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 176 | - |
| CMYK | 0 | 0.79 | 0.2 | 0.14 |
| HSL | 315.26º | 0.71% | 0.52% | - |
| HSV(B) | 315.26º | 0.79% | 0.86% | - |
| XYZ | 38.37 | 20.38 | 42.99 | - |
| YUV | 113.43 | 163.31 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 176 | 0 | 0.79 | 0.2 | 0.14 | 315.26 | 0.71 | 0.52 |
| Hex | DC | 2F | B0 | 0 | 4F | 14 | E | 13B | 47 | 34 |
| Octal | 334 | 57 | 260 | 0 | 117 | 24 | 16 | 473 | 107 | 64 |
| Binary | 11011100 | 101111 | 10110000 | 0 | 1001111 | 10100 | 1110 | 100111011 | 1000111 | 110100 |
Color Harmonies of #DC2FB0
Complementary color
Monochromatic Colors of #DC2FB0
Black with #DC2FB0
Text Example
Text Example
White with #DC2FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FB0; }
p { color: rgb(220,47,176); }
H1.HeaderClassName
{
color: #DC2FB0;
}
.AnyTagClassName
{
color: #DC2FB0;
}
</style>
background-color css
<style>
a { background-color: #DC2FB0; }
a { background-color: rgb(220,47,176); }
div.DivClassName
{
background-color: #DC2FB0;
}
.BgClassName
{
background-color: #DC2FB0;
}
</style>
border-color css
<style>
span { border-color: #DC2FB0; }
span { border-color: rgb(220,47,176); }
td.TdClassName
{
border-color: #DC2FB0;
}
.TagClassName
{
border-color: #DC2FB0;
}
</style>