Shades of Persian Rose #DC34AA
Tints of Persian Rose #DC34AA
RGB
CMYK
RGB Variations
Color information
#DC34AA (or 0xDC34AA) is known color: Persian Rose. HEX triplet: DC, 34 and AA. RGB value is (220,52,170). Sum of RGB (Red+Green+Blue) = 220+52+170=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC34AA is #23CB55. Grayscale: #737373. Windows color (decimal): -2345814 or 11154652. OLE color: 11154652.
HSL color Cylindrical-coordinate representation of color #DC34AA: hue angle of 317.86º 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 #DC34AA is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 170 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.14 |
| HSL | 317.86º | 0.71% | 0.53% | - |
| HSV(B) | 317.86º | 0.76% | 0.86% | - |
| XYZ | 38 | 20.57 | 40 | - |
| YUV | 115.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 170 | 0 | 0.76 | 0.23 | 0.14 | 317.86 | 0.71 | 0.53 |
| Hex | DC | 34 | AA | 0 | 4C | 17 | E | 13E | 47 | 35 |
| Octal | 334 | 64 | 252 | 0 | 114 | 27 | 16 | 476 | 107 | 65 |
| Binary | 11011100 | 110100 | 10101010 | 0 | 1001100 | 10111 | 1110 | 100111110 | 1000111 | 110101 |
Color Harmonies of #DC34AA
Complementary color
Monochromatic Colors of #DC34AA
Black with #DC34AA
Text Example
Text Example
White with #DC34AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34AA; }
p { color: rgb(220,52,170); }
H1.HeaderClassName
{
color: #DC34AA;
}
.AnyTagClassName
{
color: #DC34AA;
}
</style>
background-color css
<style>
a { background-color: #DC34AA; }
a { background-color: rgb(220,52,170); }
div.DivClassName
{
background-color: #DC34AA;
}
.BgClassName
{
background-color: #DC34AA;
}
</style>
border-color css
<style>
span { border-color: #DC34AA; }
span { border-color: rgb(220,52,170); }
td.TdClassName
{
border-color: #DC34AA;
}
.TagClassName
{
border-color: #DC34AA;
}
</style>