Html Css Color HEX #D63BDA Free Speech Magenta
📋 copy color: '#D63BDA'red 214 ◦ green 59 ◦ blue 218
Shades of Free Speech Magenta #D63BDA
Tints of Free Speech Magenta #D63BDA
RGB
CMYK
RGB Variations
Color information
#D63BDA (or 0xD63BDA) is known color: Free Speech Magenta. HEX triplet: D6, 3B and DA. RGB value is (214,59,218). Sum of RGB (Red+Green+Blue) = 214+59+218=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #D63BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BDA is #29C425. Grayscale: #7A7A7A. Windows color (decimal): -2737190 or 14302166. OLE color: 14302166.
HSL color Cylindrical-coordinate representation of color #D63BDA: hue angle of 298.49º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63BDA is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 59 | 218 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.15 |
| HSL | 298.49º | 0.68% | 0.54% | - |
| HSV(B) | 298.49º | 0.73% | 0.85% | - |
| XYZ | 41.95 | 22.49 | 68.46 | - |
| YUV | 123.47 | 181.35 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 218 | 0.02 | 0.73 | 0 | 0.15 | 298.49 | 0.68 | 0.54 |
| Hex | D6 | 3B | DA | 2 | 49 | 0 | F | 12A | 44 | 36 |
| Octal | 326 | 73 | 332 | 2 | 111 | 0 | 17 | 452 | 104 | 66 |
| Binary | 11010110 | 111011 | 11011010 | 10 | 1001001 | 0 | 1111 | 100101010 | 1000100 | 110110 |
Color Harmonies of #D63BDA
Complementary color
Monochromatic Colors of #D63BDA
Black with #D63BDA
Text Example
Text Example
White with #D63BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BDA; }
p { color: rgb(214,59,218); }
H1.HeaderClassName
{
color: #D63BDA;
}
.AnyTagClassName
{
color: #D63BDA;
}
</style>
background-color css
<style>
a { background-color: #D63BDA; }
a { background-color: rgb(214,59,218); }
div.DivClassName
{
background-color: #D63BDA;
}
.BgClassName
{
background-color: #D63BDA;
}
</style>
border-color css
<style>
span { border-color: #D63BDA; }
span { border-color: rgb(214,59,218); }
td.TdClassName
{
border-color: #D63BDA;
}
.TagClassName
{
border-color: #D63BDA;
}
</style>