Html Css Color HEX #DC42EF Free Speech Magenta
📋 copy color: '#DC42EF'red 220 ◦ green 66 ◦ blue 239
Shades of Free Speech Magenta #DC42EF
Tints of Free Speech Magenta #DC42EF
RGB
CMYK
RGB Variations
Color information
#DC42EF (or 0xDC42EF) is known color: Free Speech Magenta. HEX triplet: DC, 42 and EF. RGB value is (220,66,239). Sum of RGB (Red+Green+Blue) = 220+66+239=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC42EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC42EF is #23BD10. Grayscale: #838383. Windows color (decimal): -2342161 or 15680220. OLE color: 15680220.
HSL color Cylindrical-coordinate representation of color #DC42EF: hue angle of 293.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC42EF is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 66 | 239 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.06 |
| HSL | 293.41º | 0.84% | 0.6% | - |
| HSV(B) | 293.41º | 0.72% | 0.94% | - |
| XYZ | 47.04 | 25.34 | 84.07 | - |
| YUV | 131.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 239 | 0.08 | 0.72 | 0 | 0.06 | 293.41 | 0.84 | 0.6 |
| Hex | DC | 42 | EF | 8 | 48 | 0 | 6 | 125 | 54 | 3C |
| Octal | 334 | 102 | 357 | 10 | 110 | 0 | 6 | 445 | 124 | 74 |
| Binary | 11011100 | 1000010 | 11101111 | 1000 | 1001000 | 0 | 110 | 100100101 | 1010100 | 111100 |
Color Harmonies of #DC42EF
Complementary color
Monochromatic Colors of #DC42EF
Black with #DC42EF
Text Example
Text Example
White with #DC42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42EF; }
p { color: rgb(220,66,239); }
H1.HeaderClassName
{
color: #DC42EF;
}
.AnyTagClassName
{
color: #DC42EF;
}
</style>
background-color css
<style>
a { background-color: #DC42EF; }
a { background-color: rgb(220,66,239); }
div.DivClassName
{
background-color: #DC42EF;
}
.BgClassName
{
background-color: #DC42EF;
}
</style>
border-color css
<style>
span { border-color: #DC42EF; }
span { border-color: rgb(220,66,239); }
td.TdClassName
{
border-color: #DC42EF;
}
.TagClassName
{
border-color: #DC42EF;
}
</style>