Html Css Color HEX #D63EEF Free Speech Magenta
📋 copy color: '#D63EEF'red 214 ◦ green 62 ◦ blue 239
Shades of Free Speech Magenta #D63EEF
Tints of Free Speech Magenta #D63EEF
RGB
CMYK
RGB Variations
Color information
#D63EEF (or 0xD63EEF) is known color: Free Speech Magenta. HEX triplet: D6, 3E and EF. RGB value is (214,62,239). Sum of RGB (Red+Green+Blue) = 214+62+239=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 62 (24.61% from 255 or 12.04% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #D63EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63EEF is #29C110. Grayscale: #7F7F7F. Windows color (decimal): -2736401 or 15679190. OLE color: 15679190.
HSL color Cylindrical-coordinate representation of color #D63EEF: hue angle of 291.53º degrees, saturation: 0.85, 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 #D63EEF is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 62 | 239 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.06 |
| HSL | 291.53º | 0.85% | 0.59% | - |
| HSV(B) | 291.53º | 0.74% | 0.94% | - |
| XYZ | 45.03 | 23.97 | 83.92 | - |
| YUV | 127.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 239 | 0.10 | 0.74 | 0 | 0.06 | 291.53 | 0.85 | 0.59 |
| Hex | D6 | 3E | EF | A | 4A | 0 | 6 | 124 | 55 | 3B |
| Octal | 326 | 76 | 357 | 12 | 112 | 0 | 6 | 444 | 125 | 73 |
| Binary | 11010110 | 111110 | 11101111 | 1010 | 1001010 | 0 | 110 | 100100100 | 1010101 | 111011 |
Color Harmonies of #D63EEF
Complementary color
Monochromatic Colors of #D63EEF
Black with #D63EEF
Text Example
Text Example
White with #D63EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63EEF; }
p { color: rgb(214,62,239); }
H1.HeaderClassName
{
color: #D63EEF;
}
.AnyTagClassName
{
color: #D63EEF;
}
</style>
background-color css
<style>
a { background-color: #D63EEF; }
a { background-color: rgb(214,62,239); }
div.DivClassName
{
background-color: #D63EEF;
}
.BgClassName
{
background-color: #D63EEF;
}
</style>
border-color css
<style>
span { border-color: #D63EEF; }
span { border-color: rgb(214,62,239); }
td.TdClassName
{
border-color: #D63EEF;
}
.TagClassName
{
border-color: #D63EEF;
}
</style>