Html Css Color HEX #D63BE1 Free Speech Magenta
📋 copy color: '#D63BE1'red 214 ◦ green 59 ◦ blue 225
Shades of Free Speech Magenta #D63BE1
Tints of Free Speech Magenta #D63BE1
RGB
CMYK
RGB Variations
Color information
#D63BE1 (or 0xD63BE1) is known color: Free Speech Magenta. HEX triplet: D6, 3B and E1. RGB value is (214,59,225). Sum of RGB (Red+Green+Blue) = 214+59+225=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #D63BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BE1 is #29C41E. Grayscale: #7B7B7B. Windows color (decimal): -2737183 or 14760918. OLE color: 14760918.
HSL color Cylindrical-coordinate representation of color #D63BE1: hue angle of 296.02º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63BE1 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 59 | 225 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.12 |
| HSL | 296.02º | 0.73% | 0.56% | - |
| HSV(B) | 296.02º | 0.74% | 0.88% | - |
| XYZ | 42.89 | 22.86 | 73.39 | - |
| YUV | 124.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 225 | 0.05 | 0.74 | 0 | 0.12 | 296.02 | 0.73 | 0.56 |
| Hex | D6 | 3B | E1 | 5 | 4A | 0 | C | 128 | 49 | 38 |
| Octal | 326 | 73 | 341 | 5 | 112 | 0 | 14 | 450 | 111 | 70 |
| Binary | 11010110 | 111011 | 11100001 | 101 | 1001010 | 0 | 1100 | 100101000 | 1001001 | 111000 |
Color Harmonies of #D63BE1
Complementary color
Monochromatic Colors of #D63BE1
Black with #D63BE1
Text Example
Text Example
White with #D63BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BE1; }
p { color: rgb(214,59,225); }
H1.HeaderClassName
{
color: #D63BE1;
}
.AnyTagClassName
{
color: #D63BE1;
}
</style>
background-color css
<style>
a { background-color: #D63BE1; }
a { background-color: rgb(214,59,225); }
div.DivClassName
{
background-color: #D63BE1;
}
.BgClassName
{
background-color: #D63BE1;
}
</style>
border-color css
<style>
span { border-color: #D63BE1; }
span { border-color: rgb(214,59,225); }
td.TdClassName
{
border-color: #D63BE1;
}
.TagClassName
{
border-color: #D63BE1;
}
</style>