Shades of Persian Rose #DC34B0
Tints of Persian Rose #DC34B0
RGB
CMYK
RGB Variations
Color information
#DC34B0 (or 0xDC34B0) is known color: Persian Rose. HEX triplet: DC, 34 and B0. RGB value is (220,52,176). Sum of RGB (Red+Green+Blue) = 220+52+176=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC34B0 is #23CB4F. Grayscale: #747474. Windows color (decimal): -2345808 or 11547868. OLE color: 11547868.
HSL color Cylindrical-coordinate representation of color #DC34B0: hue angle of 315.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC34B0 is Cyan = 0, Magento = 0.76, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 176 | - |
| CMYK | 0 | 0.76 | 0.2 | 0.14 |
| HSL | 315.71º | 0.71% | 0.53% | - |
| HSV(B) | 315.71º | 0.76% | 0.86% | - |
| XYZ | 38.58 | 20.81 | 43.06 | - |
| YUV | 116.37 | 161.66 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 176 | 0 | 0.76 | 0.2 | 0.14 | 315.71 | 0.71 | 0.53 |
| Hex | DC | 34 | B0 | 0 | 4C | 14 | E | 13C | 47 | 35 |
| Octal | 334 | 64 | 260 | 0 | 114 | 24 | 16 | 474 | 107 | 65 |
| Binary | 11011100 | 110100 | 10110000 | 0 | 1001100 | 10100 | 1110 | 100111100 | 1000111 | 110101 |
Color Harmonies of #DC34B0
Complementary color
Monochromatic Colors of #DC34B0
Black with #DC34B0
Text Example
Text Example
White with #DC34B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34B0; }
p { color: rgb(220,52,176); }
H1.HeaderClassName
{
color: #DC34B0;
}
.AnyTagClassName
{
color: #DC34B0;
}
</style>
background-color css
<style>
a { background-color: #DC34B0; }
a { background-color: rgb(220,52,176); }
div.DivClassName
{
background-color: #DC34B0;
}
.BgClassName
{
background-color: #DC34B0;
}
</style>
border-color css
<style>
span { border-color: #DC34B0; }
span { border-color: rgb(220,52,176); }
td.TdClassName
{
border-color: #DC34B0;
}
.TagClassName
{
border-color: #DC34B0;
}
</style>