Html Css Color HEX #DF36F1 Free Speech Magenta
📋 copy color: '#DF36F1'red 223 ◦ green 54 ◦ blue 241
Shades of Free Speech Magenta #DF36F1
Tints of Free Speech Magenta #DF36F1
RGB
CMYK
RGB Variations
Color information
#DF36F1 (or 0xDF36F1) is known color: Free Speech Magenta. HEX triplet: DF, 36 and F1. RGB value is (223,54,241). Sum of RGB (Red+Green+Blue) = 223+54+241=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 54 (21.48% from 255 or 10.42% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF36F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF36F1 is #20C90E. Grayscale: #7D7D7D. Windows color (decimal): -2148623 or 15808223. OLE color: 15808223.
HSL color Cylindrical-coordinate representation of color #DF36F1: hue angle of 294.22º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF36F1 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 54 | 241 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.05 |
| HSL | 294.22º | 0.87% | 0.58% | - |
| HSV(B) | 294.22º | 0.78% | 0.95% | - |
| XYZ | 47.63 | 24.68 | 85.47 | - |
| YUV | 125.85 | 192.99 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 241 | 0.07 | 0.78 | 0 | 0.05 | 294.22 | 0.87 | 0.58 |
| Hex | DF | 36 | F1 | 7 | 4E | 0 | 5 | 126 | 57 | 3A |
| Octal | 337 | 66 | 361 | 7 | 116 | 0 | 5 | 446 | 127 | 72 |
| Binary | 11011111 | 110110 | 11110001 | 111 | 1001110 | 0 | 101 | 100100110 | 1010111 | 111010 |
Color Harmonies of #DF36F1
Complementary color
Monochromatic Colors of #DF36F1
Black with #DF36F1
Text Example
Text Example
White with #DF36F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36F1; }
p { color: rgb(223,54,241); }
H1.HeaderClassName
{
color: #DF36F1;
}
.AnyTagClassName
{
color: #DF36F1;
}
</style>
background-color css
<style>
a { background-color: #DF36F1; }
a { background-color: rgb(223,54,241); }
div.DivClassName
{
background-color: #DF36F1;
}
.BgClassName
{
background-color: #DF36F1;
}
</style>
border-color css
<style>
span { border-color: #DF36F1; }
span { border-color: rgb(223,54,241); }
td.TdClassName
{
border-color: #DF36F1;
}
.TagClassName
{
border-color: #DF36F1;
}
</style>