Html Css Color HEX #DB63E6 Free Speech Magenta
📋 copy color: '#DB63E6'red 219 ◦ green 99 ◦ blue 230
Shades of Free Speech Magenta #DB63E6
Tints of Free Speech Magenta #DB63E6
RGB
CMYK
RGB Variations
Color information
#DB63E6 (or 0xDB63E6) is known color: Free Speech Magenta. HEX triplet: DB, 63 and E6. RGB value is (219,99,230). Sum of RGB (Red+Green+Blue) = 219+99+230=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB63E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB63E6 is #249C19. Grayscale: #959595. Windows color (decimal): -2399258 or 15098843. OLE color: 15098843.
HSL color Cylindrical-coordinate representation of color #DB63E6: hue angle of 294.96º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB63E6 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 99 | 230 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.10 |
| HSL | 294.96º | 0.72% | 0.65% | - |
| HSV(B) | 294.96º | 0.57% | 0.9% | - |
| XYZ | 47.96 | 29.7 | 78.07 | - |
| YUV | 149.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 230 | 0.05 | 0.57 | 0 | 0.10 | 294.96 | 0.72 | 0.65 |
| Hex | DB | 63 | E6 | 5 | 39 | 0 | A | 127 | 48 | 41 |
| Octal | 333 | 143 | 346 | 5 | 71 | 0 | 12 | 447 | 110 | 101 |
| Binary | 11011011 | 1100011 | 11100110 | 101 | 111001 | 0 | 1010 | 100100111 | 1001000 | 1000001 |
Color Harmonies of #DB63E6
Complementary color
Monochromatic Colors of #DB63E6
Black with #DB63E6
Text Example
Text Example
White with #DB63E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63E6; }
p { color: rgb(219,99,230); }
H1.HeaderClassName
{
color: #DB63E6;
}
.AnyTagClassName
{
color: #DB63E6;
}
</style>
background-color css
<style>
a { background-color: #DB63E6; }
a { background-color: rgb(219,99,230); }
div.DivClassName
{
background-color: #DB63E6;
}
.BgClassName
{
background-color: #DB63E6;
}
</style>
border-color css
<style>
span { border-color: #DB63E6; }
span { border-color: rgb(219,99,230); }
td.TdClassName
{
border-color: #DB63E6;
}
.TagClassName
{
border-color: #DB63E6;
}
</style>