Html Css Color HEX #DE48F6 Free Speech Magenta
📋 copy color: '#DE48F6'red 222 ◦ green 72 ◦ blue 246
Shades of Free Speech Magenta #DE48F6
Tints of Free Speech Magenta #DE48F6
RGB
CMYK
RGB Variations
Color information
#DE48F6 (or 0xDE48F6) is known color: Free Speech Magenta. HEX triplet: DE, 48 and F6. RGB value is (222,72,246). Sum of RGB (Red+Green+Blue) = 222+72+246=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE48F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE48F6 is #21B709. Grayscale: #888888. Windows color (decimal): -2209546 or 16140510. OLE color: 16140510.
HSL color Cylindrical-coordinate representation of color #DE48F6: hue angle of 291.72º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE48F6 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 72 | 246 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.04 |
| HSL | 291.72º | 0.91% | 0.62% | - |
| HSV(B) | 291.72º | 0.71% | 0.96% | - |
| XYZ | 49.08 | 26.82 | 89.78 | - |
| YUV | 136.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 246 | 0.10 | 0.71 | 0 | 0.04 | 291.72 | 0.91 | 0.62 |
| Hex | DE | 48 | F6 | A | 47 | 0 | 4 | 124 | 5B | 3E |
| Octal | 336 | 110 | 366 | 12 | 107 | 0 | 4 | 444 | 133 | 76 |
| Binary | 11011110 | 1001000 | 11110110 | 1010 | 1000111 | 0 | 100 | 100100100 | 1011011 | 111110 |
Color Harmonies of #DE48F6
Complementary color
Monochromatic Colors of #DE48F6
Black with #DE48F6
Text Example
Text Example
White with #DE48F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE48F6; }
p { color: rgb(222,72,246); }
H1.HeaderClassName
{
color: #DE48F6;
}
.AnyTagClassName
{
color: #DE48F6;
}
</style>
background-color css
<style>
a { background-color: #DE48F6; }
a { background-color: rgb(222,72,246); }
div.DivClassName
{
background-color: #DE48F6;
}
.BgClassName
{
background-color: #DE48F6;
}
</style>
border-color css
<style>
span { border-color: #DE48F6; }
span { border-color: rgb(222,72,246); }
td.TdClassName
{
border-color: #DE48F6;
}
.TagClassName
{
border-color: #DE48F6;
}
</style>