Html Css Color HEX #D630EC Free Speech Magenta
📋 copy color: '#D630EC'red 214 ◦ green 48 ◦ blue 236
Shades of Free Speech Magenta #D630EC
Tints of Free Speech Magenta #D630EC
RGB
CMYK
RGB Variations
Color information
#D630EC (or 0xD630EC) is known color: Free Speech Magenta. HEX triplet: D6, 30 and EC. RGB value is (214,48,236). Sum of RGB (Red+Green+Blue) = 214+48+236=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #D630EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D630EC is #29CF13. Grayscale: #767676. Windows color (decimal): -2739988 or 15478998. OLE color: 15478998.
HSL color Cylindrical-coordinate representation of color #D630EC: hue angle of 292.98º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D630EC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 48 | 236 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.07 |
| HSL | 292.98º | 0.83% | 0.56% | - |
| HSV(B) | 292.98º | 0.8% | 0.93% | - |
| XYZ | 43.93 | 22.47 | 81.38 | - |
| YUV | 119.07 | 194 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 236 | 0.09 | 0.80 | 0 | 0.07 | 292.98 | 0.83 | 0.56 |
| Hex | D6 | 30 | EC | 9 | 50 | 0 | 7 | 125 | 53 | 38 |
| Octal | 326 | 60 | 354 | 11 | 120 | 0 | 7 | 445 | 123 | 70 |
| Binary | 11010110 | 110000 | 11101100 | 1001 | 1010000 | 0 | 111 | 100100101 | 1010011 | 111000 |
Color Harmonies of #D630EC
Complementary color
Monochromatic Colors of #D630EC
Black with #D630EC
Text Example
Text Example
White with #D630EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630EC; }
p { color: rgb(214,48,236); }
H1.HeaderClassName
{
color: #D630EC;
}
.AnyTagClassName
{
color: #D630EC;
}
</style>
background-color css
<style>
a { background-color: #D630EC; }
a { background-color: rgb(214,48,236); }
div.DivClassName
{
background-color: #D630EC;
}
.BgClassName
{
background-color: #D630EC;
}
</style>
border-color css
<style>
span { border-color: #D630EC; }
span { border-color: rgb(214,48,236); }
td.TdClassName
{
border-color: #D630EC;
}
.TagClassName
{
border-color: #D630EC;
}
</style>