Html Css Color HEX #DF42FA Free Speech Magenta
📋 copy color: '#DF42FA'red 223 ◦ green 66 ◦ blue 250
Shades of Free Speech Magenta #DF42FA
Tints of Free Speech Magenta #DF42FA
RGB
CMYK
RGB Variations
Color information
#DF42FA (or 0xDF42FA) is known color: Free Speech Magenta. HEX triplet: DF, 42 and FA. RGB value is (223,66,250). Sum of RGB (Red+Green+Blue) = 223+66+250=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 66 (26.17% from 255 or 12.24% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF42FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF42FA is #20BD05. Grayscale: #858585. Windows color (decimal): -2145542 or 16401119. OLE color: 16401119.
HSL color Cylindrical-coordinate representation of color #DF42FA: hue angle of 291.2º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF42FA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 66 | 250 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.02 |
| HSL | 291.2º | 0.95% | 0.62% | - |
| HSV(B) | 291.2º | 0.74% | 0.98% | - |
| XYZ | 49.63 | 26.49 | 92.94 | - |
| YUV | 133.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 250 | 0.11 | 0.74 | 0 | 0.02 | 291.2 | 0.95 | 0.62 |
| Hex | DF | 42 | FA | B | 4A | 0 | 2 | 123 | 5F | 3E |
| Octal | 337 | 102 | 372 | 13 | 112 | 0 | 2 | 443 | 137 | 76 |
| Binary | 11011111 | 1000010 | 11111010 | 1011 | 1001010 | 0 | 10 | 100100011 | 1011111 | 111110 |
Color Harmonies of #DF42FA
Complementary color
Monochromatic Colors of #DF42FA
Black with #DF42FA
Text Example
Text Example
White with #DF42FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42FA; }
p { color: rgb(223,66,250); }
H1.HeaderClassName
{
color: #DF42FA;
}
.AnyTagClassName
{
color: #DF42FA;
}
</style>
background-color css
<style>
a { background-color: #DF42FA; }
a { background-color: rgb(223,66,250); }
div.DivClassName
{
background-color: #DF42FA;
}
.BgClassName
{
background-color: #DF42FA;
}
</style>
border-color css
<style>
span { border-color: #DF42FA; }
span { border-color: rgb(223,66,250); }
td.TdClassName
{
border-color: #DF42FA;
}
.TagClassName
{
border-color: #DF42FA;
}
</style>