Html Css Color HEX #DF63E5 Free Speech Magenta
📋 copy color: '#DF63E5'red 223 ◦ green 99 ◦ blue 229
Shades of Free Speech Magenta #DF63E5
Tints of Free Speech Magenta #DF63E5
RGB
CMYK
RGB Variations
Color information
#DF63E5 (or 0xDF63E5) is known color: Free Speech Magenta. HEX triplet: DF, 63 and E5. RGB value is (223,99,229). Sum of RGB (Red+Green+Blue) = 223+99+229=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63E5 is #209C1A. Grayscale: #969696. Windows color (decimal): -2137115 or 15033311. OLE color: 15033311.
HSL color Cylindrical-coordinate representation of color #DF63E5: hue angle of 297.23º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF63E5 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 99 | 229 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.10 |
| HSL | 297.23º | 0.71% | 0.64% | - |
| HSV(B) | 297.23º | 0.57% | 0.9% | - |
| XYZ | 49.04 | 30.27 | 77.39 | - |
| YUV | 150.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 229 | 0.03 | 0.57 | 0 | 0.10 | 297.23 | 0.71 | 0.64 |
| Hex | DF | 63 | E5 | 3 | 39 | 0 | A | 129 | 47 | 40 |
| Octal | 337 | 143 | 345 | 3 | 71 | 0 | 12 | 451 | 107 | 100 |
| Binary | 11011111 | 1100011 | 11100101 | 11 | 111001 | 0 | 1010 | 100101001 | 1000111 | 1000000 |
Color Harmonies of #DF63E5
Complementary color
Monochromatic Colors of #DF63E5
Black with #DF63E5
Text Example
Text Example
White with #DF63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63E5; }
p { color: rgb(223,99,229); }
H1.HeaderClassName
{
color: #DF63E5;
}
.AnyTagClassName
{
color: #DF63E5;
}
</style>
background-color css
<style>
a { background-color: #DF63E5; }
a { background-color: rgb(223,99,229); }
div.DivClassName
{
background-color: #DF63E5;
}
.BgClassName
{
background-color: #DF63E5;
}
</style>
border-color css
<style>
span { border-color: #DF63E5; }
span { border-color: rgb(223,99,229); }
td.TdClassName
{
border-color: #DF63E5;
}
.TagClassName
{
border-color: #DF63E5;
}
</style>