Html Css Color HEX #D63DED Free Speech Magenta
📋 copy color: '#D63DED'red 214 ◦ green 61 ◦ blue 237
Shades of Free Speech Magenta #D63DED
Tints of Free Speech Magenta #D63DED
RGB
CMYK
RGB Variations
Color information
#D63DED (or 0xD63DED) is known color: Free Speech Magenta. HEX triplet: D6, 3D and ED. RGB value is (214,61,237). Sum of RGB (Red+Green+Blue) = 214+61+237=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #D63DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63DED is #29C212. Grayscale: #7E7E7E. Windows color (decimal): -2736659 or 15547862. OLE color: 15547862.
HSL color Cylindrical-coordinate representation of color #D63DED: hue angle of 292.16º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63DED is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 61 | 237 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.07 |
| HSL | 292.16º | 0.83% | 0.58% | - |
| HSV(B) | 292.16º | 0.74% | 0.93% | - |
| XYZ | 44.69 | 23.75 | 82.35 | - |
| YUV | 126.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 237 | 0.10 | 0.74 | 0 | 0.07 | 292.16 | 0.83 | 0.58 |
| Hex | D6 | 3D | ED | A | 4A | 0 | 7 | 124 | 53 | 3A |
| Octal | 326 | 75 | 355 | 12 | 112 | 0 | 7 | 444 | 123 | 72 |
| Binary | 11010110 | 111101 | 11101101 | 1010 | 1001010 | 0 | 111 | 100100100 | 1010011 | 111010 |
Color Harmonies of #D63DED
Complementary color
Monochromatic Colors of #D63DED
Black with #D63DED
Text Example
Text Example
White with #D63DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DED; }
p { color: rgb(214,61,237); }
H1.HeaderClassName
{
color: #D63DED;
}
.AnyTagClassName
{
color: #D63DED;
}
</style>
background-color css
<style>
a { background-color: #D63DED; }
a { background-color: rgb(214,61,237); }
div.DivClassName
{
background-color: #D63DED;
}
.BgClassName
{
background-color: #D63DED;
}
</style>
border-color css
<style>
span { border-color: #D63DED; }
span { border-color: rgb(214,61,237); }
td.TdClassName
{
border-color: #D63DED;
}
.TagClassName
{
border-color: #D63DED;
}
</style>