Html Css Color HEX #D63ADB Free Speech Magenta
📋 copy color: '#D63ADB'red 214 ◦ green 58 ◦ blue 219
Shades of Free Speech Magenta #D63ADB
Tints of Free Speech Magenta #D63ADB
RGB
CMYK
RGB Variations
Color information
#D63ADB (or 0xD63ADB) is known color: Free Speech Magenta. HEX triplet: D6, 3A and DB. RGB value is (214,58,219). Sum of RGB (Red+Green+Blue) = 214+58+219=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #D63ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ADB is #29C524. Grayscale: #7A7A7A. Windows color (decimal): -2737445 or 14367446. OLE color: 14367446.
HSL color Cylindrical-coordinate representation of color #D63ADB: hue angle of 298.14º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63ADB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 58 | 219 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.14 |
| HSL | 298.14º | 0.69% | 0.54% | - |
| HSV(B) | 298.14º | 0.74% | 0.86% | - |
| XYZ | 42.03 | 22.44 | 69.13 | - |
| YUV | 123 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 219 | 0.02 | 0.74 | 0 | 0.14 | 298.14 | 0.69 | 0.54 |
| Hex | D6 | 3A | DB | 2 | 4A | 0 | E | 12A | 45 | 36 |
| Octal | 326 | 72 | 333 | 2 | 112 | 0 | 16 | 452 | 105 | 66 |
| Binary | 11010110 | 111010 | 11011011 | 10 | 1001010 | 0 | 1110 | 100101010 | 1000101 | 110110 |
Color Harmonies of #D63ADB
Complementary color
Monochromatic Colors of #D63ADB
Black with #D63ADB
Text Example
Text Example
White with #D63ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63ADB; }
p { color: rgb(214,58,219); }
H1.HeaderClassName
{
color: #D63ADB;
}
.AnyTagClassName
{
color: #D63ADB;
}
</style>
background-color css
<style>
a { background-color: #D63ADB; }
a { background-color: rgb(214,58,219); }
div.DivClassName
{
background-color: #D63ADB;
}
.BgClassName
{
background-color: #D63ADB;
}
</style>
border-color css
<style>
span { border-color: #D63ADB; }
span { border-color: rgb(214,58,219); }
td.TdClassName
{
border-color: #D63ADB;
}
.TagClassName
{
border-color: #D63ADB;
}
</style>