Html Css Color HEX #D63FE5 Free Speech Magenta
📋 copy color: '#D63FE5'red 214 ◦ green 63 ◦ blue 229
Shades of Free Speech Magenta #D63FE5
Tints of Free Speech Magenta #D63FE5
RGB
CMYK
RGB Variations
Color information
#D63FE5 (or 0xD63FE5) is known color: Free Speech Magenta. HEX triplet: D6, 3F and E5. RGB value is (214,63,229). Sum of RGB (Red+Green+Blue) = 214+63+229=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #D63FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FE5 is #29C01A. Grayscale: #7E7E7E. Windows color (decimal): -2736155 or 15024086. OLE color: 15024086.
HSL color Cylindrical-coordinate representation of color #D63FE5: hue angle of 294.58º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63FE5 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 63 | 229 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.10 |
| HSL | 294.58º | 0.76% | 0.57% | - |
| HSV(B) | 294.58º | 0.72% | 0.9% | - |
| XYZ | 43.65 | 23.51 | 76.37 | - |
| YUV | 127.07 | 185.53 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 229 | 0.07 | 0.72 | 0 | 0.10 | 294.58 | 0.76 | 0.57 |
| Hex | D6 | 3F | E5 | 7 | 48 | 0 | A | 127 | 4C | 39 |
| Octal | 326 | 77 | 345 | 7 | 110 | 0 | 12 | 447 | 114 | 71 |
| Binary | 11010110 | 111111 | 11100101 | 111 | 1001000 | 0 | 1010 | 100100111 | 1001100 | 111001 |
Color Harmonies of #D63FE5
Complementary color
Monochromatic Colors of #D63FE5
Black with #D63FE5
Text Example
Text Example
White with #D63FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FE5; }
p { color: rgb(214,63,229); }
H1.HeaderClassName
{
color: #D63FE5;
}
.AnyTagClassName
{
color: #D63FE5;
}
</style>
background-color css
<style>
a { background-color: #D63FE5; }
a { background-color: rgb(214,63,229); }
div.DivClassName
{
background-color: #D63FE5;
}
.BgClassName
{
background-color: #D63FE5;
}
</style>
border-color css
<style>
span { border-color: #D63FE5; }
span { border-color: rgb(214,63,229); }
td.TdClassName
{
border-color: #D63FE5;
}
.TagClassName
{
border-color: #D63FE5;
}
</style>