Html Css Color HEX #D63EF0 Free Speech Magenta
📋 copy color: '#D63EF0'red 214 ◦ green 62 ◦ blue 240
Shades of Free Speech Magenta #D63EF0
Tints of Free Speech Magenta #D63EF0
RGB
CMYK
RGB Variations
Color information
#D63EF0 (or 0xD63EF0) is known color: Free Speech Magenta. HEX triplet: D6, 3E and F0. RGB value is (214,62,240). Sum of RGB (Red+Green+Blue) = 214+62+240=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 62 (24.61% from 255 or 12.02% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #D63EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63EF0 is #29C10F. Grayscale: #7F7F7F. Windows color (decimal): -2736400 or 15744726. OLE color: 15744726.
HSL color Cylindrical-coordinate representation of color #D63EF0: hue angle of 291.24º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63EF0 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 62 | 240 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.06 |
| HSL | 291.24º | 0.86% | 0.59% | - |
| HSV(B) | 291.24º | 0.74% | 0.94% | - |
| XYZ | 45.18 | 24.03 | 84.7 | - |
| YUV | 127.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 240 | 0.11 | 0.74 | 0 | 0.06 | 291.24 | 0.86 | 0.59 |
| Hex | D6 | 3E | F0 | B | 4A | 0 | 6 | 123 | 56 | 3B |
| Octal | 326 | 76 | 360 | 13 | 112 | 0 | 6 | 443 | 126 | 73 |
| Binary | 11010110 | 111110 | 11110000 | 1011 | 1001010 | 0 | 110 | 100100011 | 1010110 | 111011 |
Color Harmonies of #D63EF0
Complementary color
Monochromatic Colors of #D63EF0
Black with #D63EF0
Text Example
Text Example
White with #D63EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63EF0; }
p { color: rgb(214,62,240); }
H1.HeaderClassName
{
color: #D63EF0;
}
.AnyTagClassName
{
color: #D63EF0;
}
</style>
background-color css
<style>
a { background-color: #D63EF0; }
a { background-color: rgb(214,62,240); }
div.DivClassName
{
background-color: #D63EF0;
}
.BgClassName
{
background-color: #D63EF0;
}
</style>
border-color css
<style>
span { border-color: #D63EF0; }
span { border-color: rgb(214,62,240); }
td.TdClassName
{
border-color: #D63EF0;
}
.TagClassName
{
border-color: #D63EF0;
}
</style>