Html Css Color HEX #D63AF1 Free Speech Magenta
📋 copy color: '#D63AF1'red 214 ◦ green 58 ◦ blue 241
Shades of Free Speech Magenta #D63AF1
Tints of Free Speech Magenta #D63AF1
RGB
CMYK
RGB Variations
Color information
#D63AF1 (or 0xD63AF1) is known color: Free Speech Magenta. HEX triplet: D6, 3A and F1. RGB value is (214,58,241). Sum of RGB (Red+Green+Blue) = 214+58+241=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #D63AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63AF1 is #29C50E. Grayscale: #7C7C7C. Windows color (decimal): -2737423 or 15809238. OLE color: 15809238.
HSL color Cylindrical-coordinate representation of color #D63AF1: hue angle of 291.15º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63AF1 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 58 | 241 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.05 |
| HSL | 291.15º | 0.87% | 0.59% | - |
| HSV(B) | 291.15º | 0.76% | 0.95% | - |
| XYZ | 45.12 | 23.67 | 85.41 | - |
| YUV | 125.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 241 | 0.11 | 0.76 | 0 | 0.05 | 291.15 | 0.87 | 0.59 |
| Hex | D6 | 3A | F1 | B | 4C | 0 | 5 | 123 | 57 | 3B |
| Octal | 326 | 72 | 361 | 13 | 114 | 0 | 5 | 443 | 127 | 73 |
| Binary | 11010110 | 111010 | 11110001 | 1011 | 1001100 | 0 | 101 | 100100011 | 1010111 | 111011 |
Color Harmonies of #D63AF1
Complementary color
Monochromatic Colors of #D63AF1
Black with #D63AF1
Text Example
Text Example
White with #D63AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63AF1; }
p { color: rgb(214,58,241); }
H1.HeaderClassName
{
color: #D63AF1;
}
.AnyTagClassName
{
color: #D63AF1;
}
</style>
background-color css
<style>
a { background-color: #D63AF1; }
a { background-color: rgb(214,58,241); }
div.DivClassName
{
background-color: #D63AF1;
}
.BgClassName
{
background-color: #D63AF1;
}
</style>
border-color css
<style>
span { border-color: #D63AF1; }
span { border-color: rgb(214,58,241); }
td.TdClassName
{
border-color: #D63AF1;
}
.TagClassName
{
border-color: #D63AF1;
}
</style>