Html Css Color HEX #D63DF1 Free Speech Magenta
📋 copy color: '#D63DF1'red 214 ◦ green 61 ◦ blue 241
Shades of Free Speech Magenta #D63DF1
Tints of Free Speech Magenta #D63DF1
RGB
CMYK
RGB Variations
Color information
#D63DF1 (or 0xD63DF1) is known color: Free Speech Magenta. HEX triplet: D6, 3D and F1. RGB value is (214,61,241). Sum of RGB (Red+Green+Blue) = 214+61+241=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #D63DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63DF1 is #29C20E. Grayscale: #7E7E7E. Windows color (decimal): -2736655 or 15810006. OLE color: 15810006.
HSL color Cylindrical-coordinate representation of color #D63DF1: hue angle of 291º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63DF1 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 61 | 241 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.05 |
| HSL | 291º | 0.87% | 0.59% | - |
| HSV(B) | 291º | 0.75% | 0.95% | - |
| XYZ | 45.28 | 23.98 | 85.46 | - |
| YUV | 127.27 | 192.19 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 241 | 0.11 | 0.75 | 0 | 0.05 | 291 | 0.87 | 0.59 |
| Hex | D6 | 3D | F1 | B | 4B | 0 | 5 | 123 | 57 | 3B |
| Octal | 326 | 75 | 361 | 13 | 113 | 0 | 5 | 443 | 127 | 73 |
| Binary | 11010110 | 111101 | 11110001 | 1011 | 1001011 | 0 | 101 | 100100011 | 1010111 | 111011 |
Color Harmonies of #D63DF1
Complementary color
Monochromatic Colors of #D63DF1
Black with #D63DF1
Text Example
Text Example
White with #D63DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DF1; }
p { color: rgb(214,61,241); }
H1.HeaderClassName
{
color: #D63DF1;
}
.AnyTagClassName
{
color: #D63DF1;
}
</style>
background-color css
<style>
a { background-color: #D63DF1; }
a { background-color: rgb(214,61,241); }
div.DivClassName
{
background-color: #D63DF1;
}
.BgClassName
{
background-color: #D63DF1;
}
</style>
border-color css
<style>
span { border-color: #D63DF1; }
span { border-color: rgb(214,61,241); }
td.TdClassName
{
border-color: #D63DF1;
}
.TagClassName
{
border-color: #D63DF1;
}
</style>