Html Css Color HEX #D63BEF Free Speech Magenta
📋 copy color: '#D63BEF'red 214 ◦ green 59 ◦ blue 239
Shades of Free Speech Magenta #D63BEF
Tints of Free Speech Magenta #D63BEF
RGB
CMYK
RGB Variations
Color information
#D63BEF (or 0xD63BEF) is known color: Free Speech Magenta. HEX triplet: D6, 3B and EF. RGB value is (214,59,239). Sum of RGB (Red+Green+Blue) = 214+59+239=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #D63BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63BEF is #29C410. Grayscale: #7D7D7D. Windows color (decimal): -2737169 or 15678422. OLE color: 15678422.
HSL color Cylindrical-coordinate representation of color #D63BEF: hue angle of 291.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63BEF is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 59 | 239 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.06 |
| HSL | 291.67º | 0.85% | 0.58% | - |
| HSV(B) | 291.67º | 0.75% | 0.94% | - |
| XYZ | 44.88 | 23.66 | 83.86 | - |
| YUV | 125.87 | 191.85 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 239 | 0.10 | 0.75 | 0 | 0.06 | 291.67 | 0.85 | 0.58 |
| Hex | D6 | 3B | EF | A | 4B | 0 | 6 | 124 | 55 | 3A |
| Octal | 326 | 73 | 357 | 12 | 113 | 0 | 6 | 444 | 125 | 72 |
| Binary | 11010110 | 111011 | 11101111 | 1010 | 1001011 | 0 | 110 | 100100100 | 1010101 | 111010 |
Color Harmonies of #D63BEF
Complementary color
Monochromatic Colors of #D63BEF
Black with #D63BEF
Text Example
Text Example
White with #D63BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BEF; }
p { color: rgb(214,59,239); }
H1.HeaderClassName
{
color: #D63BEF;
}
.AnyTagClassName
{
color: #D63BEF;
}
</style>
background-color css
<style>
a { background-color: #D63BEF; }
a { background-color: rgb(214,59,239); }
div.DivClassName
{
background-color: #D63BEF;
}
.BgClassName
{
background-color: #D63BEF;
}
</style>
border-color css
<style>
span { border-color: #D63BEF; }
span { border-color: rgb(214,59,239); }
td.TdClassName
{
border-color: #D63BEF;
}
.TagClassName
{
border-color: #D63BEF;
}
</style>