Html Css Color HEX #D63FFB Free Speech Magenta
📋 copy color: '#D63FFB'red 214 ◦ green 63 ◦ blue 251
Shades of Free Speech Magenta #D63FFB
Tints of Free Speech Magenta #D63FFB
RGB
CMYK
RGB Variations
Color information
#D63FFB (or 0xD63FFB) is known color: Free Speech Magenta. HEX triplet: D6, 3F and FB. RGB value is (214,63,251). Sum of RGB (Red+Green+Blue) = 214+63+251=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 63 (25% from 255 or 11.93% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #D63FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63FFB is #29C004. Grayscale: #808080. Windows color (decimal): -2736133 or 16465878. OLE color: 16465878.
HSL color Cylindrical-coordinate representation of color #D63FFB: hue angle of 288.19º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63FFB is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 63 | 251 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.02 |
| HSL | 288.19º | 0.96% | 0.62% | - |
| HSV(B) | 288.19º | 0.75% | 0.98% | - |
| XYZ | 46.92 | 24.82 | 93.58 | - |
| YUV | 129.58 | 196.53 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 251 | 0.15 | 0.75 | 0 | 0.02 | 288.19 | 0.96 | 0.62 |
| Hex | D6 | 3F | FB | F | 4B | 0 | 2 | 120 | 60 | 3E |
| Octal | 326 | 77 | 373 | 17 | 113 | 0 | 2 | 440 | 140 | 76 |
| Binary | 11010110 | 111111 | 11111011 | 1111 | 1001011 | 0 | 10 | 100100000 | 1100000 | 111110 |
Color Harmonies of #D63FFB
Complementary color
Monochromatic Colors of #D63FFB
Black with #D63FFB
Text Example
Text Example
White with #D63FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FFB; }
p { color: rgb(214,63,251); }
H1.HeaderClassName
{
color: #D63FFB;
}
.AnyTagClassName
{
color: #D63FFB;
}
</style>
background-color css
<style>
a { background-color: #D63FFB; }
a { background-color: rgb(214,63,251); }
div.DivClassName
{
background-color: #D63FFB;
}
.BgClassName
{
background-color: #D63FFB;
}
</style>
border-color css
<style>
span { border-color: #D63FFB; }
span { border-color: rgb(214,63,251); }
td.TdClassName
{
border-color: #D63FFB;
}
.TagClassName
{
border-color: #D63FFB;
}
</style>