Html Css Color HEX #D63BED Free Speech Magenta
📋 copy color: '#D63BED'red 214 ◦ green 59 ◦ blue 237
Shades of Free Speech Magenta #D63BED
Tints of Free Speech Magenta #D63BED
RGB
CMYK
RGB Variations
Color information
#D63BED (or 0xD63BED) is known color: Free Speech Magenta. HEX triplet: D6, 3B and ED. RGB value is (214,59,237). Sum of RGB (Red+Green+Blue) = 214+59+237=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 59 (23.44% from 255 or 11.57% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #D63BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63BED is #29C412. Grayscale: #7D7D7D. Windows color (decimal): -2737171 or 15547350. OLE color: 15547350.
HSL color Cylindrical-coordinate representation of color #D63BED: hue angle of 292.25º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63BED is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 59 | 237 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.07 |
| HSL | 292.25º | 0.83% | 0.58% | - |
| HSV(B) | 292.25º | 0.75% | 0.93% | - |
| XYZ | 44.58 | 23.54 | 82.31 | - |
| YUV | 125.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 237 | 0.10 | 0.75 | 0 | 0.07 | 292.25 | 0.83 | 0.58 |
| Hex | D6 | 3B | ED | A | 4B | 0 | 7 | 124 | 53 | 3A |
| Octal | 326 | 73 | 355 | 12 | 113 | 0 | 7 | 444 | 123 | 72 |
| Binary | 11010110 | 111011 | 11101101 | 1010 | 1001011 | 0 | 111 | 100100100 | 1010011 | 111010 |
Color Harmonies of #D63BED
Complementary color
Monochromatic Colors of #D63BED
Black with #D63BED
Text Example
Text Example
White with #D63BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BED; }
p { color: rgb(214,59,237); }
H1.HeaderClassName
{
color: #D63BED;
}
.AnyTagClassName
{
color: #D63BED;
}
</style>
background-color css
<style>
a { background-color: #D63BED; }
a { background-color: rgb(214,59,237); }
div.DivClassName
{
background-color: #D63BED;
}
.BgClassName
{
background-color: #D63BED;
}
</style>
border-color css
<style>
span { border-color: #D63BED; }
span { border-color: rgb(214,59,237); }
td.TdClassName
{
border-color: #D63BED;
}
.TagClassName
{
border-color: #D63BED;
}
</style>