Shades of Persian Rose #DC34B3
Tints of Persian Rose #DC34B3
RGB
CMYK
RGB Variations
Color information
#DC34B3 (or 0xDC34B3) is known color: Persian Rose. HEX triplet: DC, 34 and B3. RGB value is (220,52,179). Sum of RGB (Red+Green+Blue) = 220+52+179=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC34B3 is #23CB4C. Grayscale: #747474. Windows color (decimal): -2345805 or 11744476. OLE color: 11744476.
HSL color Cylindrical-coordinate representation of color #DC34B3: hue angle of 314.64º 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 #DC34B3 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 179 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.14 |
| HSL | 314.64º | 0.71% | 0.53% | - |
| HSV(B) | 314.64º | 0.76% | 0.86% | - |
| XYZ | 38.88 | 20.93 | 44.64 | - |
| YUV | 116.71 | 163.16 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 179 | 0 | 0.76 | 0.19 | 0.14 | 314.64 | 0.71 | 0.53 |
| Hex | DC | 34 | B3 | 0 | 4C | 13 | E | 13B | 47 | 35 |
| Octal | 334 | 64 | 263 | 0 | 114 | 23 | 16 | 473 | 107 | 65 |
| Binary | 11011100 | 110100 | 10110011 | 0 | 1001100 | 10011 | 1110 | 100111011 | 1000111 | 110101 |
Color Harmonies of #DC34B3
Complementary color
Monochromatic Colors of #DC34B3
Black with #DC34B3
Text Example
Text Example
White with #DC34B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34B3; }
p { color: rgb(220,52,179); }
H1.HeaderClassName
{
color: #DC34B3;
}
.AnyTagClassName
{
color: #DC34B3;
}
</style>
background-color css
<style>
a { background-color: #DC34B3; }
a { background-color: rgb(220,52,179); }
div.DivClassName
{
background-color: #DC34B3;
}
.BgClassName
{
background-color: #DC34B3;
}
</style>
border-color css
<style>
span { border-color: #DC34B3; }
span { border-color: rgb(220,52,179); }
td.TdClassName
{
border-color: #DC34B3;
}
.TagClassName
{
border-color: #DC34B3;
}
</style>