Html Css Color HEX #DF42FB Free Speech Magenta
📋 copy color: '#DF42FB'red 223 ◦ green 66 ◦ blue 251
Shades of Free Speech Magenta #DF42FB
Tints of Free Speech Magenta #DF42FB
RGB
CMYK
RGB Variations
Color information
#DF42FB (or 0xDF42FB) is known color: Free Speech Magenta. HEX triplet: DF, 42 and FB. RGB value is (223,66,251). Sum of RGB (Red+Green+Blue) = 223+66+251=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 66 (26.17% from 255 or 12.22% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF42FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF42FB is #20BD04. Grayscale: #858585. Windows color (decimal): -2145541 or 16466655. OLE color: 16466655.
HSL color Cylindrical-coordinate representation of color #DF42FB: hue angle of 290.92º degrees, saturation: 0.96, 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 #DF42FB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 66 | 251 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.02 |
| HSL | 290.92º | 0.96% | 0.62% | - |
| HSV(B) | 290.92º | 0.74% | 0.98% | - |
| XYZ | 49.79 | 26.55 | 93.77 | - |
| YUV | 134.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 251 | 0.11 | 0.74 | 0 | 0.02 | 290.92 | 0.96 | 0.62 |
| Hex | DF | 42 | FB | B | 4A | 0 | 2 | 123 | 60 | 3E |
| Octal | 337 | 102 | 373 | 13 | 112 | 0 | 2 | 443 | 140 | 76 |
| Binary | 11011111 | 1000010 | 11111011 | 1011 | 1001010 | 0 | 10 | 100100011 | 1100000 | 111110 |
Color Harmonies of #DF42FB
Complementary color
Monochromatic Colors of #DF42FB
Black with #DF42FB
Text Example
Text Example
White with #DF42FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42FB; }
p { color: rgb(223,66,251); }
H1.HeaderClassName
{
color: #DF42FB;
}
.AnyTagClassName
{
color: #DF42FB;
}
</style>
background-color css
<style>
a { background-color: #DF42FB; }
a { background-color: rgb(223,66,251); }
div.DivClassName
{
background-color: #DF42FB;
}
.BgClassName
{
background-color: #DF42FB;
}
</style>
border-color css
<style>
span { border-color: #DF42FB; }
span { border-color: rgb(223,66,251); }
td.TdClassName
{
border-color: #DF42FB;
}
.TagClassName
{
border-color: #DF42FB;
}
</style>