Html Css Color HEX #DF42ED Free Speech Magenta
📋 copy color: '#DF42ED'red 223 ◦ green 66 ◦ blue 237
Shades of Free Speech Magenta #DF42ED
Tints of Free Speech Magenta #DF42ED
RGB
CMYK
RGB Variations
Color information
#DF42ED (or 0xDF42ED) is known color: Free Speech Magenta. HEX triplet: DF, 42 and ED. RGB value is (223,66,237). Sum of RGB (Red+Green+Blue) = 223+66+237=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 66 (26.17% from 255 or 12.55% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF42ED is #20BD12. Grayscale: #838383. Windows color (decimal): -2145555 or 15549151. OLE color: 15549151.
HSL color Cylindrical-coordinate representation of color #DF42ED: hue angle of 295.09º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF42ED is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 66 | 237 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.07 |
| HSL | 295.09º | 0.83% | 0.59% | - |
| HSV(B) | 295.09º | 0.72% | 0.93% | - |
| XYZ | 47.67 | 25.7 | 82.57 | - |
| YUV | 132.44 | 187.01 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 237 | 0.06 | 0.72 | 0 | 0.07 | 295.09 | 0.83 | 0.59 |
| Hex | DF | 42 | ED | 6 | 48 | 0 | 7 | 127 | 53 | 3B |
| Octal | 337 | 102 | 355 | 6 | 110 | 0 | 7 | 447 | 123 | 73 |
| Binary | 11011111 | 1000010 | 11101101 | 110 | 1001000 | 0 | 111 | 100100111 | 1010011 | 111011 |
Color Harmonies of #DF42ED
Complementary color
Monochromatic Colors of #DF42ED
Black with #DF42ED
Text Example
Text Example
White with #DF42ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42ED; }
p { color: rgb(223,66,237); }
H1.HeaderClassName
{
color: #DF42ED;
}
.AnyTagClassName
{
color: #DF42ED;
}
</style>
background-color css
<style>
a { background-color: #DF42ED; }
a { background-color: rgb(223,66,237); }
div.DivClassName
{
background-color: #DF42ED;
}
.BgClassName
{
background-color: #DF42ED;
}
</style>
border-color css
<style>
span { border-color: #DF42ED; }
span { border-color: rgb(223,66,237); }
td.TdClassName
{
border-color: #DF42ED;
}
.TagClassName
{
border-color: #DF42ED;
}
</style>