Html Css Color HEX #DC34DC Free Speech Magenta
📋 copy color: '#DC34DC'red 220 ◦ green 52 ◦ blue 220
Shades of Free Speech Magenta #DC34DC
Tints of Free Speech Magenta #DC34DC
RGB
CMYK
RGB Variations
Color information
#DC34DC (or 0xDC34DC) is known color: Free Speech Magenta. HEX triplet: DC, 34 and DC. RGB value is (220,52,220). Sum of RGB (Red+Green+Blue) = 220+52+220=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC34DC is #23CB23. Grayscale: #787878. Windows color (decimal): -2345764 or 14431452. OLE color: 14431452.
HSL color Cylindrical-coordinate representation of color #DC34DC: hue angle of 300º 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 #DC34DC is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 220 | - |
| CMYK | 0 | 0.76 | 0 | 0.14 |
| HSL | 300º | 0.71% | 0.53% | - |
| HSV(B) | 300º | 0.76% | 0.86% | - |
| XYZ | 43.66 | 22.84 | 69.82 | - |
| YUV | 121.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 220 | 0 | 0.76 | 0 | 0.14 | 300 | 0.71 | 0.53 |
| Hex | DC | 34 | DC | 0 | 4C | 0 | E | 12C | 47 | 35 |
| Octal | 334 | 64 | 334 | 0 | 114 | 0 | 16 | 454 | 107 | 65 |
| Binary | 11011100 | 110100 | 11011100 | 0 | 1001100 | 0 | 1110 | 100101100 | 1000111 | 110101 |
Color Harmonies of #DC34DC
Complementary color
Monochromatic Colors of #DC34DC
Black with #DC34DC
Text Example
Text Example
White with #DC34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34DC; }
p { color: rgb(220,52,220); }
H1.HeaderClassName
{
color: #DC34DC;
}
.AnyTagClassName
{
color: #DC34DC;
}
</style>
background-color css
<style>
a { background-color: #DC34DC; }
a { background-color: rgb(220,52,220); }
div.DivClassName
{
background-color: #DC34DC;
}
.BgClassName
{
background-color: #DC34DC;
}
</style>
border-color css
<style>
span { border-color: #DC34DC; }
span { border-color: rgb(220,52,220); }
td.TdClassName
{
border-color: #DC34DC;
}
.TagClassName
{
border-color: #DC34DC;
}
</style>