Html Css Color HEX #DC4BDC Free Speech Magenta
📋 copy color: '#DC4BDC'red 220 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #DC4BDC
Tints of Free Speech Magenta #DC4BDC
RGB
CMYK
RGB Variations
Color information
#DC4BDC (or 0xDC4BDC) is known color: Free Speech Magenta. HEX triplet: DC, 4B and DC. RGB value is (220,75,220). Sum of RGB (Red+Green+Blue) = 220+75+220=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4BDC is #23B423. Grayscale: #868686. Windows color (decimal): -2339876 or 14437340. OLE color: 14437340.
HSL color Cylindrical-coordinate representation of color #DC4BDC: hue angle of 300º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4BDC is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 220 | - |
| CMYK | 0 | 0.66 | 0 | 0.14 |
| HSL | 300º | 0.67% | 0.58% | - |
| HSV(B) | 300º | 0.66% | 0.86% | - |
| XYZ | 44.95 | 25.42 | 70.25 | - |
| YUV | 134.89 | 176.04 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 220 | 0 | 0.66 | 0 | 0.14 | 300 | 0.67 | 0.58 |
| Hex | DC | 4B | DC | 0 | 42 | 0 | E | 12C | 43 | 3A |
| Octal | 334 | 113 | 334 | 0 | 102 | 0 | 16 | 454 | 103 | 72 |
| Binary | 11011100 | 1001011 | 11011100 | 0 | 1000010 | 0 | 1110 | 100101100 | 1000011 | 111010 |
Color Harmonies of #DC4BDC
Complementary color
Monochromatic Colors of #DC4BDC
Black with #DC4BDC
Text Example
Text Example
White with #DC4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BDC; }
p { color: rgb(220,75,220); }
H1.HeaderClassName
{
color: #DC4BDC;
}
.AnyTagClassName
{
color: #DC4BDC;
}
</style>
background-color css
<style>
a { background-color: #DC4BDC; }
a { background-color: rgb(220,75,220); }
div.DivClassName
{
background-color: #DC4BDC;
}
.BgClassName
{
background-color: #DC4BDC;
}
</style>
border-color css
<style>
span { border-color: #DC4BDC; }
span { border-color: rgb(220,75,220); }
td.TdClassName
{
border-color: #DC4BDC;
}
.TagClassName
{
border-color: #DC4BDC;
}
</style>