Html Css Color HEX #D63ADE Free Speech Magenta
📋 copy color: '#D63ADE'red 214 ◦ green 58 ◦ blue 222
Shades of Free Speech Magenta #D63ADE
Tints of Free Speech Magenta #D63ADE
RGB
CMYK
RGB Variations
Color information
#D63ADE (or 0xD63ADE) is known color: Free Speech Magenta. HEX triplet: D6, 3A and DE. RGB value is (214,58,222). Sum of RGB (Red+Green+Blue) = 214+58+222=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #D63ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ADE is #29C521. Grayscale: #7A7A7A. Windows color (decimal): -2737442 or 14564054. OLE color: 14564054.
HSL color Cylindrical-coordinate representation of color #D63ADE: hue angle of 297.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63ADE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 58 | 222 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.13 |
| HSL | 297.07º | 0.71% | 0.55% | - |
| HSV(B) | 297.07º | 0.74% | 0.87% | - |
| XYZ | 42.43 | 22.6 | 71.23 | - |
| YUV | 123.34 | 183.68 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 222 | 0.04 | 0.74 | 0 | 0.13 | 297.07 | 0.71 | 0.55 |
| Hex | D6 | 3A | DE | 4 | 4A | 0 | D | 129 | 47 | 37 |
| Octal | 326 | 72 | 336 | 4 | 112 | 0 | 15 | 451 | 107 | 67 |
| Binary | 11010110 | 111010 | 11011110 | 100 | 1001010 | 0 | 1101 | 100101001 | 1000111 | 110111 |
Color Harmonies of #D63ADE
Complementary color
Monochromatic Colors of #D63ADE
Black with #D63ADE
Text Example
Text Example
White with #D63ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63ADE; }
p { color: rgb(214,58,222); }
H1.HeaderClassName
{
color: #D63ADE;
}
.AnyTagClassName
{
color: #D63ADE;
}
</style>
background-color css
<style>
a { background-color: #D63ADE; }
a { background-color: rgb(214,58,222); }
div.DivClassName
{
background-color: #D63ADE;
}
.BgClassName
{
background-color: #D63ADE;
}
</style>
border-color css
<style>
span { border-color: #D63ADE; }
span { border-color: rgb(214,58,222); }
td.TdClassName
{
border-color: #D63ADE;
}
.TagClassName
{
border-color: #D63ADE;
}
</style>