Html Css Color HEX #D63FD2 Free Speech Magenta
📋 copy color: '#D63FD2'red 214 ◦ green 63 ◦ blue 210
Shades of Free Speech Magenta #D63FD2
Tints of Free Speech Magenta #D63FD2
RGB
CMYK
RGB Variations
Color information
#D63FD2 (or 0xD63FD2) is known color: Free Speech Magenta. HEX triplet: D6, 3F and D2. RGB value is (214,63,210). Sum of RGB (Red+Green+Blue) = 214+63+210=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FD2 is #29C02D. Grayscale: #7C7C7C. Windows color (decimal): -2736174 or 13778902. OLE color: 13778902.
HSL color Cylindrical-coordinate representation of color #D63FD2: hue angle of 301.59º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FD2 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 210 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.16 |
| HSL | 301.59º | 0.65% | 0.54% | - |
| HSV(B) | 301.59º | 0.71% | 0.84% | - |
| XYZ | 41.14 | 22.5 | 63.15 | - |
| YUV | 124.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 210 | 0 | 0.71 | 0.02 | 0.16 | 301.59 | 0.65 | 0.54 |
| Hex | D6 | 3F | D2 | 0 | 47 | 2 | 10 | 12E | 41 | 36 |
| Octal | 326 | 77 | 322 | 0 | 107 | 2 | 20 | 456 | 101 | 66 |
| Binary | 11010110 | 111111 | 11010010 | 0 | 1000111 | 10 | 10000 | 100101110 | 1000001 | 110110 |
Color Harmonies of #D63FD2
Complementary color
Monochromatic Colors of #D63FD2
Black with #D63FD2
Text Example
Text Example
White with #D63FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FD2; }
p { color: rgb(214,63,210); }
H1.HeaderClassName
{
color: #D63FD2;
}
.AnyTagClassName
{
color: #D63FD2;
}
</style>
background-color css
<style>
a { background-color: #D63FD2; }
a { background-color: rgb(214,63,210); }
div.DivClassName
{
background-color: #D63FD2;
}
.BgClassName
{
background-color: #D63FD2;
}
</style>
border-color css
<style>
span { border-color: #D63FD2; }
span { border-color: rgb(214,63,210); }
td.TdClassName
{
border-color: #D63FD2;
}
.TagClassName
{
border-color: #D63FD2;
}
</style>