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