Html Css Color HEX #D63EFB Free Speech Magenta
📋 copy color: '#D63EFB'red 214 ◦ green 62 ◦ blue 251
Shades of Free Speech Magenta #D63EFB
Tints of Free Speech Magenta #D63EFB
RGB
CMYK
RGB Variations
Color information
#D63EFB (or 0xD63EFB) is known color: Free Speech Magenta. HEX triplet: D6, 3E and FB. RGB value is (214,62,251). Sum of RGB (Red+Green+Blue) = 214+62+251=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 62 (24.61% from 255 or 11.76% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #D63EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63EFB is #29C104. Grayscale: #808080. Windows color (decimal): -2736389 or 16465622. OLE color: 16465622.
HSL color Cylindrical-coordinate representation of color #D63EFB: hue angle of 288.25º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63EFB is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 62 | 251 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.02 |
| HSL | 288.25º | 0.96% | 0.61% | - |
| HSV(B) | 288.25º | 0.75% | 0.98% | - |
| XYZ | 46.87 | 24.71 | 93.57 | - |
| YUV | 128.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 251 | 0.15 | 0.75 | 0 | 0.02 | 288.25 | 0.96 | 0.61 |
| Hex | D6 | 3E | FB | F | 4B | 0 | 2 | 120 | 60 | 3D |
| Octal | 326 | 76 | 373 | 17 | 113 | 0 | 2 | 440 | 140 | 75 |
| Binary | 11010110 | 111110 | 11111011 | 1111 | 1001011 | 0 | 10 | 100100000 | 1100000 | 111101 |
Color Harmonies of #D63EFB
Complementary color
Monochromatic Colors of #D63EFB
Black with #D63EFB
Text Example
Text Example
White with #D63EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63EFB; }
p { color: rgb(214,62,251); }
H1.HeaderClassName
{
color: #D63EFB;
}
.AnyTagClassName
{
color: #D63EFB;
}
</style>
background-color css
<style>
a { background-color: #D63EFB; }
a { background-color: rgb(214,62,251); }
div.DivClassName
{
background-color: #D63EFB;
}
.BgClassName
{
background-color: #D63EFB;
}
</style>
border-color css
<style>
span { border-color: #D63EFB; }
span { border-color: rgb(214,62,251); }
td.TdClassName
{
border-color: #D63EFB;
}
.TagClassName
{
border-color: #D63EFB;
}
</style>