Html Css Color HEX #DC43EE Free Speech Magenta
📋 copy color: '#DC43EE'red 220 ◦ green 67 ◦ blue 238
Shades of Free Speech Magenta #DC43EE
Tints of Free Speech Magenta #DC43EE
RGB
CMYK
RGB Variations
Color information
#DC43EE (or 0xDC43EE) is known color: Free Speech Magenta. HEX triplet: DC, 43 and EE. RGB value is (220,67,238). Sum of RGB (Red+Green+Blue) = 220+67+238=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 67 (26.56% from 255 or 12.76% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC43EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC43EE is #23BC11. Grayscale: #838383. Windows color (decimal): -2341906 or 15614940. OLE color: 15614940.
HSL color Cylindrical-coordinate representation of color #DC43EE: hue angle of 293.68º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC43EE is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 67 | 238 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.07 |
| HSL | 293.68º | 0.83% | 0.6% | - |
| HSV(B) | 293.68º | 0.72% | 0.93% | - |
| XYZ | 46.95 | 25.4 | 83.32 | - |
| YUV | 132.24 | 187.69 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 238 | 0.08 | 0.72 | 0 | 0.07 | 293.68 | 0.83 | 0.6 |
| Hex | DC | 43 | EE | 8 | 48 | 0 | 7 | 126 | 53 | 3C |
| Octal | 334 | 103 | 356 | 10 | 110 | 0 | 7 | 446 | 123 | 74 |
| Binary | 11011100 | 1000011 | 11101110 | 1000 | 1001000 | 0 | 111 | 100100110 | 1010011 | 111100 |
Color Harmonies of #DC43EE
Complementary color
Monochromatic Colors of #DC43EE
Black with #DC43EE
Text Example
Text Example
White with #DC43EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43EE; }
p { color: rgb(220,67,238); }
H1.HeaderClassName
{
color: #DC43EE;
}
.AnyTagClassName
{
color: #DC43EE;
}
</style>
background-color css
<style>
a { background-color: #DC43EE; }
a { background-color: rgb(220,67,238); }
div.DivClassName
{
background-color: #DC43EE;
}
.BgClassName
{
background-color: #DC43EE;
}
</style>
border-color css
<style>
span { border-color: #DC43EE; }
span { border-color: rgb(220,67,238); }
td.TdClassName
{
border-color: #DC43EE;
}
.TagClassName
{
border-color: #DC43EE;
}
</style>