Html Css Color HEX #D63EE5 Free Speech Magenta
📋 copy color: '#D63EE5'red 214 ◦ green 62 ◦ blue 229
Shades of Free Speech Magenta #D63EE5
Tints of Free Speech Magenta #D63EE5
RGB
CMYK
RGB Variations
Color information
#D63EE5 (or 0xD63EE5) is known color: Free Speech Magenta. HEX triplet: D6, 3E and E5. RGB value is (214,62,229). Sum of RGB (Red+Green+Blue) = 214+62+229=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #D63EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EE5 is #29C11A. Grayscale: #7D7D7D. Windows color (decimal): -2736411 or 15023830. OLE color: 15023830.
HSL color Cylindrical-coordinate representation of color #D63EE5: hue angle of 294.61º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63EE5 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 62 | 229 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.10 |
| HSL | 294.61º | 0.76% | 0.57% | - |
| HSV(B) | 294.61º | 0.73% | 0.9% | - |
| XYZ | 43.6 | 23.4 | 76.35 | - |
| YUV | 126.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 229 | 0.07 | 0.73 | 0 | 0.10 | 294.61 | 0.76 | 0.57 |
| Hex | D6 | 3E | E5 | 7 | 49 | 0 | A | 127 | 4C | 39 |
| Octal | 326 | 76 | 345 | 7 | 111 | 0 | 12 | 447 | 114 | 71 |
| Binary | 11010110 | 111110 | 11100101 | 111 | 1001001 | 0 | 1010 | 100100111 | 1001100 | 111001 |
Color Harmonies of #D63EE5
Complementary color
Monochromatic Colors of #D63EE5
Black with #D63EE5
Text Example
Text Example
White with #D63EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63EE5; }
p { color: rgb(214,62,229); }
H1.HeaderClassName
{
color: #D63EE5;
}
.AnyTagClassName
{
color: #D63EE5;
}
</style>
background-color css
<style>
a { background-color: #D63EE5; }
a { background-color: rgb(214,62,229); }
div.DivClassName
{
background-color: #D63EE5;
}
.BgClassName
{
background-color: #D63EE5;
}
</style>
border-color css
<style>
span { border-color: #D63EE5; }
span { border-color: rgb(214,62,229); }
td.TdClassName
{
border-color: #D63EE5;
}
.TagClassName
{
border-color: #D63EE5;
}
</style>