Html Css Color HEX #DF43ED Free Speech Magenta
📋 copy color: '#DF43ED'red 223 ◦ green 67 ◦ blue 237
Shades of Free Speech Magenta #DF43ED
Tints of Free Speech Magenta #DF43ED
RGB
CMYK
RGB Variations
Color information
#DF43ED (or 0xDF43ED) is known color: Free Speech Magenta. HEX triplet: DF, 43 and ED. RGB value is (223,67,237). Sum of RGB (Red+Green+Blue) = 223+67+237=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 67 (26.56% from 255 or 12.71% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF43ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF43ED is #20BC12. Grayscale: #848484. Windows color (decimal): -2145299 or 15549407. OLE color: 15549407.
HSL color Cylindrical-coordinate representation of color #DF43ED: hue angle of 295.06º 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 #DF43ED is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 67 | 237 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.07 |
| HSL | 295.06º | 0.83% | 0.6% | - |
| HSV(B) | 295.06º | 0.72% | 0.93% | - |
| XYZ | 47.72 | 25.82 | 82.59 | - |
| YUV | 133.02 | 186.68 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 237 | 0.06 | 0.72 | 0 | 0.07 | 295.06 | 0.83 | 0.6 |
| Hex | DF | 43 | ED | 6 | 48 | 0 | 7 | 127 | 53 | 3C |
| Octal | 337 | 103 | 355 | 6 | 110 | 0 | 7 | 447 | 123 | 74 |
| Binary | 11011111 | 1000011 | 11101101 | 110 | 1001000 | 0 | 111 | 100100111 | 1010011 | 111100 |
Color Harmonies of #DF43ED
Complementary color
Monochromatic Colors of #DF43ED
Black with #DF43ED
Text Example
Text Example
White with #DF43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF43ED; }
p { color: rgb(223,67,237); }
H1.HeaderClassName
{
color: #DF43ED;
}
.AnyTagClassName
{
color: #DF43ED;
}
</style>
background-color css
<style>
a { background-color: #DF43ED; }
a { background-color: rgb(223,67,237); }
div.DivClassName
{
background-color: #DF43ED;
}
.BgClassName
{
background-color: #DF43ED;
}
</style>
border-color css
<style>
span { border-color: #DF43ED; }
span { border-color: rgb(223,67,237); }
td.TdClassName
{
border-color: #DF43ED;
}
.TagClassName
{
border-color: #DF43ED;
}
</style>