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