Html Css Color HEX #D63BFC Free Speech Magenta
📋 copy color: '#D63BFC'red 214 ◦ green 59 ◦ blue 252
Shades of Free Speech Magenta #D63BFC
Tints of Free Speech Magenta #D63BFC
RGB
CMYK
RGB Variations
Color information
#D63BFC (or 0xD63BFC) is known color: Free Speech Magenta. HEX triplet: D6, 3B and FC. RGB value is (214,59,252). Sum of RGB (Red+Green+Blue) = 214+59+252=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 59 (23.44% from 255 or 11.24% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #D63BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63BFC is #29C403. Grayscale: #7E7E7E. Windows color (decimal): -2737156 or 16530390. OLE color: 16530390.
HSL color Cylindrical-coordinate representation of color #D63BFC: hue angle of 288.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63BFC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 59 | 252 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.01 |
| HSL | 288.19º | 0.97% | 0.61% | - |
| HSV(B) | 288.19º | 0.77% | 0.99% | - |
| XYZ | 46.87 | 24.45 | 94.35 | - |
| YUV | 127.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 252 | 0.15 | 0.77 | 0 | 0.01 | 288.19 | 0.97 | 0.61 |
| Hex | D6 | 3B | FC | F | 4D | 0 | 1 | 120 | 61 | 3D |
| Octal | 326 | 73 | 374 | 17 | 115 | 0 | 1 | 440 | 141 | 75 |
| Binary | 11010110 | 111011 | 11111100 | 1111 | 1001101 | 0 | 1 | 100100000 | 1100001 | 111101 |
Color Harmonies of #D63BFC
Complementary color
Monochromatic Colors of #D63BFC
Black with #D63BFC
Text Example
Text Example
White with #D63BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BFC; }
p { color: rgb(214,59,252); }
H1.HeaderClassName
{
color: #D63BFC;
}
.AnyTagClassName
{
color: #D63BFC;
}
</style>
background-color css
<style>
a { background-color: #D63BFC; }
a { background-color: rgb(214,59,252); }
div.DivClassName
{
background-color: #D63BFC;
}
.BgClassName
{
background-color: #D63BFC;
}
</style>
border-color css
<style>
span { border-color: #D63BFC; }
span { border-color: rgb(214,59,252); }
td.TdClassName
{
border-color: #D63BFC;
}
.TagClassName
{
border-color: #D63BFC;
}
</style>