Html Css Color HEX #DC3DDB Free Speech Magenta
📋 copy color: '#DC3DDB'red 220 ◦ green 61 ◦ blue 219
Shades of Free Speech Magenta #DC3DDB
Tints of Free Speech Magenta #DC3DDB
RGB
CMYK
RGB Variations
Color information
#DC3DDB (or 0xDC3DDB) is known color: Free Speech Magenta. HEX triplet: DC, 3D and DB. RGB value is (220,61,219). Sum of RGB (Red+Green+Blue) = 220+61+219=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DDB is #23C224. Grayscale: #7E7E7E. Windows color (decimal): -2343461 or 14368220. OLE color: 14368220.
HSL color Cylindrical-coordinate representation of color #DC3DDB: hue angle of 300.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3DDB is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 219 | - |
| CMYK | 0 | 0.72 | 0.00 | 0.14 |
| HSL | 300.38º | 0.69% | 0.55% | - |
| HSV(B) | 300.38º | 0.72% | 0.86% | - |
| XYZ | 43.97 | 23.67 | 69.27 | - |
| YUV | 126.55 | 180.18 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 219 | 0 | 0.72 | 0.00 | 0.14 | 300.38 | 0.69 | 0.55 |
| Hex | DC | 3D | DB | 0 | 48 | 0 | E | 12C | 45 | 37 |
| Octal | 334 | 75 | 333 | 0 | 110 | 0 | 16 | 454 | 105 | 67 |
| Binary | 11011100 | 111101 | 11011011 | 0 | 1001000 | 0 | 1110 | 100101100 | 1000101 | 110111 |
Color Harmonies of #DC3DDB
Complementary color
Monochromatic Colors of #DC3DDB
Black with #DC3DDB
Text Example
Text Example
White with #DC3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DDB; }
p { color: rgb(220,61,219); }
H1.HeaderClassName
{
color: #DC3DDB;
}
.AnyTagClassName
{
color: #DC3DDB;
}
</style>
background-color css
<style>
a { background-color: #DC3DDB; }
a { background-color: rgb(220,61,219); }
div.DivClassName
{
background-color: #DC3DDB;
}
.BgClassName
{
background-color: #DC3DDB;
}
</style>
border-color css
<style>
span { border-color: #DC3DDB; }
span { border-color: rgb(220,61,219); }
td.TdClassName
{
border-color: #DC3DDB;
}
.TagClassName
{
border-color: #DC3DDB;
}
</style>