Html Css Color HEX #D63FEE Free Speech Magenta
📋 copy color: '#D63FEE'red 214 ◦ green 63 ◦ blue 238
Shades of Free Speech Magenta #D63FEE
Tints of Free Speech Magenta #D63FEE
RGB
CMYK
RGB Variations
Color information
#D63FEE (or 0xD63FEE) is known color: Free Speech Magenta. HEX triplet: D6, 3F and EE. RGB value is (214,63,238). Sum of RGB (Red+Green+Blue) = 214+63+238=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 63 (25% from 255 or 12.23% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #D63FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63FEE is #29C011. Grayscale: #7F7F7F. Windows color (decimal): -2736146 or 15613910. OLE color: 15613910.
HSL color Cylindrical-coordinate representation of color #D63FEE: hue angle of 291.77º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63FEE is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 63 | 238 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.07 |
| HSL | 291.77º | 0.84% | 0.59% | - |
| HSV(B) | 291.77º | 0.74% | 0.93% | - |
| XYZ | 44.94 | 24.02 | 83.16 | - |
| YUV | 128.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 238 | 0.10 | 0.74 | 0 | 0.07 | 291.77 | 0.84 | 0.59 |
| Hex | D6 | 3F | EE | A | 4A | 0 | 7 | 124 | 54 | 3B |
| Octal | 326 | 77 | 356 | 12 | 112 | 0 | 7 | 444 | 124 | 73 |
| Binary | 11010110 | 111111 | 11101110 | 1010 | 1001010 | 0 | 111 | 100100100 | 1010100 | 111011 |
Color Harmonies of #D63FEE
Complementary color
Monochromatic Colors of #D63FEE
Black with #D63FEE
Text Example
Text Example
White with #D63FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FEE; }
p { color: rgb(214,63,238); }
H1.HeaderClassName
{
color: #D63FEE;
}
.AnyTagClassName
{
color: #D63FEE;
}
</style>
background-color css
<style>
a { background-color: #D63FEE; }
a { background-color: rgb(214,63,238); }
div.DivClassName
{
background-color: #D63FEE;
}
.BgClassName
{
background-color: #D63FEE;
}
</style>
border-color css
<style>
span { border-color: #D63FEE; }
span { border-color: rgb(214,63,238); }
td.TdClassName
{
border-color: #D63FEE;
}
.TagClassName
{
border-color: #D63FEE;
}
</style>