Html Css Color HEX #D63FE7 Free Speech Magenta
📋 copy color: '#D63FE7'red 214 ◦ green 63 ◦ blue 231
Shades of Free Speech Magenta #D63FE7
Tints of Free Speech Magenta #D63FE7
RGB
CMYK
RGB Variations
Color information
#D63FE7 (or 0xD63FE7) is known color: Free Speech Magenta. HEX triplet: D6, 3F and E7. RGB value is (214,63,231). Sum of RGB (Red+Green+Blue) = 214+63+231=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #D63FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63FE7 is #29C018. Grayscale: #7E7E7E. Windows color (decimal): -2736153 or 15155158. OLE color: 15155158.
HSL color Cylindrical-coordinate representation of color #D63FE7: hue angle of 293.93º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63FE7 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 63 | 231 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.09 |
| HSL | 293.93º | 0.78% | 0.58% | - |
| HSV(B) | 293.93º | 0.73% | 0.91% | - |
| XYZ | 43.93 | 23.62 | 77.85 | - |
| YUV | 127.3 | 186.53 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 231 | 0.07 | 0.73 | 0 | 0.09 | 293.93 | 0.78 | 0.58 |
| Hex | D6 | 3F | E7 | 7 | 49 | 0 | 9 | 126 | 4E | 3A |
| Octal | 326 | 77 | 347 | 7 | 111 | 0 | 11 | 446 | 116 | 72 |
| Binary | 11010110 | 111111 | 11100111 | 111 | 1001001 | 0 | 1001 | 100100110 | 1001110 | 111010 |
Color Harmonies of #D63FE7
Complementary color
Monochromatic Colors of #D63FE7
Black with #D63FE7
Text Example
Text Example
White with #D63FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FE7; }
p { color: rgb(214,63,231); }
H1.HeaderClassName
{
color: #D63FE7;
}
.AnyTagClassName
{
color: #D63FE7;
}
</style>
background-color css
<style>
a { background-color: #D63FE7; }
a { background-color: rgb(214,63,231); }
div.DivClassName
{
background-color: #D63FE7;
}
.BgClassName
{
background-color: #D63FE7;
}
</style>
border-color css
<style>
span { border-color: #D63FE7; }
span { border-color: rgb(214,63,231); }
td.TdClassName
{
border-color: #D63FE7;
}
.TagClassName
{
border-color: #D63FE7;
}
</style>