Html Css Color HEX #D63FDC Free Speech Magenta
📋 copy color: '#D63FDC'red 214 ◦ green 63 ◦ blue 220
Shades of Free Speech Magenta #D63FDC
Tints of Free Speech Magenta #D63FDC
RGB
CMYK
RGB Variations
Color information
#D63FDC (or 0xD63FDC) is known color: Free Speech Magenta. HEX triplet: D6, 3F and DC. RGB value is (214,63,220). Sum of RGB (Red+Green+Blue) = 214+63+220=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #D63FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FDC is #29C023. Grayscale: #7D7D7D. Windows color (decimal): -2736164 or 14434262. OLE color: 14434262.
HSL color Cylindrical-coordinate representation of color #D63FDC: hue angle of 297.71º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FDC is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 63 | 220 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.14 |
| HSL | 297.71º | 0.69% | 0.55% | - |
| HSV(B) | 297.71º | 0.71% | 0.86% | - |
| XYZ | 42.43 | 23.02 | 69.92 | - |
| YUV | 126.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 220 | 0.03 | 0.71 | 0 | 0.14 | 297.71 | 0.69 | 0.55 |
| Hex | D6 | 3F | DC | 3 | 47 | 0 | E | 12A | 45 | 37 |
| Octal | 326 | 77 | 334 | 3 | 107 | 0 | 16 | 452 | 105 | 67 |
| Binary | 11010110 | 111111 | 11011100 | 11 | 1000111 | 0 | 1110 | 100101010 | 1000101 | 110111 |
Color Harmonies of #D63FDC
Complementary color
Monochromatic Colors of #D63FDC
Black with #D63FDC
Text Example
Text Example
White with #D63FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FDC; }
p { color: rgb(214,63,220); }
H1.HeaderClassName
{
color: #D63FDC;
}
.AnyTagClassName
{
color: #D63FDC;
}
</style>
background-color css
<style>
a { background-color: #D63FDC; }
a { background-color: rgb(214,63,220); }
div.DivClassName
{
background-color: #D63FDC;
}
.BgClassName
{
background-color: #D63FDC;
}
</style>
border-color css
<style>
span { border-color: #D63FDC; }
span { border-color: rgb(214,63,220); }
td.TdClassName
{
border-color: #D63FDC;
}
.TagClassName
{
border-color: #D63FDC;
}
</style>