Html Css Color HEX #D63AD0 Free Speech Magenta
📋 copy color: '#D63AD0'red 214 ◦ green 58 ◦ blue 208
Shades of Free Speech Magenta #D63AD0
Tints of Free Speech Magenta #D63AD0
RGB
CMYK
RGB Variations
Color information
#D63AD0 (or 0xD63AD0) is known color: Free Speech Magenta. HEX triplet: D6, 3A and D0. RGB value is (214,58,208). Sum of RGB (Red+Green+Blue) = 214+58+208=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AD0 is #29C52F. Grayscale: #797979. Windows color (decimal): -2737456 or 13646550. OLE color: 13646550.
HSL color Cylindrical-coordinate representation of color #D63AD0: hue angle of 302.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63AD0 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 208 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.16 |
| HSL | 302.31º | 0.66% | 0.53% | - |
| HSV(B) | 302.31º | 0.73% | 0.84% | - |
| XYZ | 40.63 | 21.88 | 61.76 | - |
| YUV | 121.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 208 | 0 | 0.73 | 0.03 | 0.16 | 302.31 | 0.66 | 0.53 |
| Hex | D6 | 3A | D0 | 0 | 49 | 3 | 10 | 12E | 42 | 35 |
| Octal | 326 | 72 | 320 | 0 | 111 | 3 | 20 | 456 | 102 | 65 |
| Binary | 11010110 | 111010 | 11010000 | 0 | 1001001 | 11 | 10000 | 100101110 | 1000010 | 110101 |
Color Harmonies of #D63AD0
Complementary color
Monochromatic Colors of #D63AD0
Black with #D63AD0
Text Example
Text Example
White with #D63AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63AD0; }
p { color: rgb(214,58,208); }
H1.HeaderClassName
{
color: #D63AD0;
}
.AnyTagClassName
{
color: #D63AD0;
}
</style>
background-color css
<style>
a { background-color: #D63AD0; }
a { background-color: rgb(214,58,208); }
div.DivClassName
{
background-color: #D63AD0;
}
.BgClassName
{
background-color: #D63AD0;
}
</style>
border-color css
<style>
span { border-color: #D63AD0; }
span { border-color: rgb(214,58,208); }
td.TdClassName
{
border-color: #D63AD0;
}
.TagClassName
{
border-color: #D63AD0;
}
</style>