Html Css Color HEX #D63FEB Free Speech Magenta
📋 copy color: '#D63FEB'red 214 ◦ green 63 ◦ blue 235
Shades of Free Speech Magenta #D63FEB
Tints of Free Speech Magenta #D63FEB
RGB
CMYK
RGB Variations
Color information
#D63FEB (or 0xD63FEB) is known color: Free Speech Magenta. HEX triplet: D6, 3F and EB. RGB value is (214,63,235). Sum of RGB (Red+Green+Blue) = 214+63+235=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #D63FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63FEB is #29C014. Grayscale: #7F7F7F. Windows color (decimal): -2736149 or 15417302. OLE color: 15417302.
HSL color Cylindrical-coordinate representation of color #D63FEB: hue angle of 292.67º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63FEB is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 63 | 235 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.08 |
| HSL | 292.67º | 0.81% | 0.58% | - |
| HSV(B) | 292.67º | 0.73% | 0.92% | - |
| XYZ | 44.5 | 23.85 | 80.86 | - |
| YUV | 127.76 | 188.53 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 235 | 0.09 | 0.73 | 0 | 0.08 | 292.67 | 0.81 | 0.58 |
| Hex | D6 | 3F | EB | 9 | 49 | 0 | 8 | 125 | 51 | 3A |
| Octal | 326 | 77 | 353 | 11 | 111 | 0 | 10 | 445 | 121 | 72 |
| Binary | 11010110 | 111111 | 11101011 | 1001 | 1001001 | 0 | 1000 | 100100101 | 1010001 | 111010 |
Color Harmonies of #D63FEB
Complementary color
Monochromatic Colors of #D63FEB
Black with #D63FEB
Text Example
Text Example
White with #D63FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FEB; }
p { color: rgb(214,63,235); }
H1.HeaderClassName
{
color: #D63FEB;
}
.AnyTagClassName
{
color: #D63FEB;
}
</style>
background-color css
<style>
a { background-color: #D63FEB; }
a { background-color: rgb(214,63,235); }
div.DivClassName
{
background-color: #D63FEB;
}
.BgClassName
{
background-color: #D63FEB;
}
</style>
border-color css
<style>
span { border-color: #D63FEB; }
span { border-color: rgb(214,63,235); }
td.TdClassName
{
border-color: #D63FEB;
}
.TagClassName
{
border-color: #D63FEB;
}
</style>