Html Css Color HEX #D63ADC Free Speech Magenta
📋 copy color: '#D63ADC'red 214 ◦ green 58 ◦ blue 220
Shades of Free Speech Magenta #D63ADC
Tints of Free Speech Magenta #D63ADC
RGB
CMYK
RGB Variations
Color information
#D63ADC (or 0xD63ADC) is known color: Free Speech Magenta. HEX triplet: D6, 3A and DC. RGB value is (214,58,220). Sum of RGB (Red+Green+Blue) = 214+58+220=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #D63ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ADC is #29C523. Grayscale: #7A7A7A. Windows color (decimal): -2737444 or 14432982. OLE color: 14432982.
HSL color Cylindrical-coordinate representation of color #D63ADC: hue angle of 297.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63ADC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 58 | 220 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.14 |
| HSL | 297.78º | 0.7% | 0.55% | - |
| HSV(B) | 297.78º | 0.74% | 0.86% | - |
| XYZ | 42.16 | 22.49 | 69.83 | - |
| YUV | 123.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 220 | 0.03 | 0.74 | 0 | 0.14 | 297.78 | 0.7 | 0.55 |
| Hex | D6 | 3A | DC | 3 | 4A | 0 | E | 12A | 46 | 37 |
| Octal | 326 | 72 | 334 | 3 | 112 | 0 | 16 | 452 | 106 | 67 |
| Binary | 11010110 | 111010 | 11011100 | 11 | 1001010 | 0 | 1110 | 100101010 | 1000110 | 110111 |
Color Harmonies of #D63ADC
Complementary color
Monochromatic Colors of #D63ADC
Black with #D63ADC
Text Example
Text Example
White with #D63ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63ADC; }
p { color: rgb(214,58,220); }
H1.HeaderClassName
{
color: #D63ADC;
}
.AnyTagClassName
{
color: #D63ADC;
}
</style>
background-color css
<style>
a { background-color: #D63ADC; }
a { background-color: rgb(214,58,220); }
div.DivClassName
{
background-color: #D63ADC;
}
.BgClassName
{
background-color: #D63ADC;
}
</style>
border-color css
<style>
span { border-color: #D63ADC; }
span { border-color: rgb(214,58,220); }
td.TdClassName
{
border-color: #D63ADC;
}
.TagClassName
{
border-color: #D63ADC;
}
</style>