Html Css Color HEX #D63BEA Free Speech Magenta
📋 copy color: '#D63BEA'red 214 ◦ green 59 ◦ blue 234
Shades of Free Speech Magenta #D63BEA
Tints of Free Speech Magenta #D63BEA
RGB
CMYK
RGB Variations
Color information
#D63BEA (or 0xD63BEA) is known color: Free Speech Magenta. HEX triplet: D6, 3B and EA. RGB value is (214,59,234). Sum of RGB (Red+Green+Blue) = 214+59+234=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #D63BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63BEA is #29C415. Grayscale: #7C7C7C. Windows color (decimal): -2737174 or 15350742. OLE color: 15350742.
HSL color Cylindrical-coordinate representation of color #D63BEA: hue angle of 293.14º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63BEA is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 59 | 234 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.08 |
| HSL | 293.14º | 0.81% | 0.57% | - |
| HSV(B) | 293.14º | 0.75% | 0.92% | - |
| XYZ | 44.15 | 23.36 | 80.02 | - |
| YUV | 125.3 | 189.35 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 234 | 0.09 | 0.75 | 0 | 0.08 | 293.14 | 0.81 | 0.57 |
| Hex | D6 | 3B | EA | 9 | 4B | 0 | 8 | 125 | 51 | 39 |
| Octal | 326 | 73 | 352 | 11 | 113 | 0 | 10 | 445 | 121 | 71 |
| Binary | 11010110 | 111011 | 11101010 | 1001 | 1001011 | 0 | 1000 | 100100101 | 1010001 | 111001 |
Color Harmonies of #D63BEA
Complementary color
Monochromatic Colors of #D63BEA
Black with #D63BEA
Text Example
Text Example
White with #D63BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BEA; }
p { color: rgb(214,59,234); }
H1.HeaderClassName
{
color: #D63BEA;
}
.AnyTagClassName
{
color: #D63BEA;
}
</style>
background-color css
<style>
a { background-color: #D63BEA; }
a { background-color: rgb(214,59,234); }
div.DivClassName
{
background-color: #D63BEA;
}
.BgClassName
{
background-color: #D63BEA;
}
</style>
border-color css
<style>
span { border-color: #D63BEA; }
span { border-color: rgb(214,59,234); }
td.TdClassName
{
border-color: #D63BEA;
}
.TagClassName
{
border-color: #D63BEA;
}
</style>