Html Css Color HEX #DB63EA Free Speech Magenta
📋 copy color: '#DB63EA'red 219 ◦ green 99 ◦ blue 234
Shades of Free Speech Magenta #DB63EA
Tints of Free Speech Magenta #DB63EA
RGB
CMYK
RGB Variations
Color information
#DB63EA (or 0xDB63EA) is known color: Free Speech Magenta. HEX triplet: DB, 63 and EA. RGB value is (219,99,234). Sum of RGB (Red+Green+Blue) = 219+99+234=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB63EA is #249C15. Grayscale: #959595. Windows color (decimal): -2399254 or 15360987. OLE color: 15360987.
HSL color Cylindrical-coordinate representation of color #DB63EA: hue angle of 293.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB63EA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 99 | 234 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.08 |
| HSL | 293.33º | 0.76% | 0.65% | - |
| HSV(B) | 293.33º | 0.58% | 0.92% | - |
| XYZ | 48.53 | 29.92 | 81.06 | - |
| YUV | 150.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 234 | 0.06 | 0.58 | 0 | 0.08 | 293.33 | 0.76 | 0.65 |
| Hex | DB | 63 | EA | 6 | 3A | 0 | 8 | 125 | 4C | 41 |
| Octal | 333 | 143 | 352 | 6 | 72 | 0 | 10 | 445 | 114 | 101 |
| Binary | 11011011 | 1100011 | 11101010 | 110 | 111010 | 0 | 1000 | 100100101 | 1001100 | 1000001 |
Color Harmonies of #DB63EA
Complementary color
Monochromatic Colors of #DB63EA
Black with #DB63EA
Text Example
Text Example
White with #DB63EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63EA; }
p { color: rgb(219,99,234); }
H1.HeaderClassName
{
color: #DB63EA;
}
.AnyTagClassName
{
color: #DB63EA;
}
</style>
background-color css
<style>
a { background-color: #DB63EA; }
a { background-color: rgb(219,99,234); }
div.DivClassName
{
background-color: #DB63EA;
}
.BgClassName
{
background-color: #DB63EA;
}
</style>
border-color css
<style>
span { border-color: #DB63EA; }
span { border-color: rgb(219,99,234); }
td.TdClassName
{
border-color: #DB63EA;
}
.TagClassName
{
border-color: #DB63EA;
}
</style>