Html Css Color HEX #D63FE0 Free Speech Magenta
📋 copy color: '#D63FE0'red 214 ◦ green 63 ◦ blue 224
Shades of Free Speech Magenta #D63FE0
Tints of Free Speech Magenta #D63FE0
RGB
CMYK
RGB Variations
Color information
#D63FE0 (or 0xD63FE0) is known color: Free Speech Magenta. HEX triplet: D6, 3F and E0. RGB value is (214,63,224). Sum of RGB (Red+Green+Blue) = 214+63+224=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #D63FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FE0 is #29C01F. Grayscale: #7E7E7E. Windows color (decimal): -2736160 or 14696406. OLE color: 14696406.
HSL color Cylindrical-coordinate representation of color #D63FE0: hue angle of 296.27º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63FE0 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 63 | 224 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.12 |
| HSL | 296.27º | 0.72% | 0.56% | - |
| HSV(B) | 296.27º | 0.72% | 0.88% | - |
| XYZ | 42.96 | 23.23 | 72.74 | - |
| YUV | 126.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 224 | 0.04 | 0.72 | 0 | 0.12 | 296.27 | 0.72 | 0.56 |
| Hex | D6 | 3F | E0 | 4 | 48 | 0 | C | 128 | 48 | 38 |
| Octal | 326 | 77 | 340 | 4 | 110 | 0 | 14 | 450 | 110 | 70 |
| Binary | 11010110 | 111111 | 11100000 | 100 | 1001000 | 0 | 1100 | 100101000 | 1001000 | 111000 |
Color Harmonies of #D63FE0
Complementary color
Monochromatic Colors of #D63FE0
Black with #D63FE0
Text Example
Text Example
White with #D63FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FE0; }
p { color: rgb(214,63,224); }
H1.HeaderClassName
{
color: #D63FE0;
}
.AnyTagClassName
{
color: #D63FE0;
}
</style>
background-color css
<style>
a { background-color: #D63FE0; }
a { background-color: rgb(214,63,224); }
div.DivClassName
{
background-color: #D63FE0;
}
.BgClassName
{
background-color: #D63FE0;
}
</style>
border-color css
<style>
span { border-color: #D63FE0; }
span { border-color: rgb(214,63,224); }
td.TdClassName
{
border-color: #D63FE0;
}
.TagClassName
{
border-color: #D63FE0;
}
</style>