Html Css Color HEX #DB63D0 Free Speech Magenta
📋 copy color: '#DB63D0'red 219 ◦ green 99 ◦ blue 208
Shades of Free Speech Magenta #DB63D0
Tints of Free Speech Magenta #DB63D0
RGB
CMYK
RGB Variations
Color information
#DB63D0 (or 0xDB63D0) is known color: Free Speech Magenta. HEX triplet: DB, 63 and D0. RGB value is (219,99,208). Sum of RGB (Red+Green+Blue) = 219+99+208=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63D0 is #249C2F. Grayscale: #929292. Windows color (decimal): -2399280 or 13657051. OLE color: 13657051.
HSL color Cylindrical-coordinate representation of color #DB63D0: hue angle of 305.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB63D0 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 208 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.14 |
| HSL | 305.5º | 0.63% | 0.62% | - |
| HSV(B) | 305.5º | 0.55% | 0.86% | - |
| XYZ | 45.06 | 28.54 | 62.81 | - |
| YUV | 147.31 | 162.26 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 208 | 0 | 0.55 | 0.05 | 0.14 | 305.5 | 0.63 | 0.62 |
| Hex | DB | 63 | D0 | 0 | 37 | 5 | E | 132 | 3E | 3E |
| Octal | 333 | 143 | 320 | 0 | 67 | 5 | 16 | 462 | 76 | 76 |
| Binary | 11011011 | 1100011 | 11010000 | 0 | 110111 | 101 | 1110 | 100110010 | 111110 | 111110 |
Color Harmonies of #DB63D0
Complementary color
Monochromatic Colors of #DB63D0
Black with #DB63D0
Text Example
Text Example
White with #DB63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63D0; }
p { color: rgb(219,99,208); }
H1.HeaderClassName
{
color: #DB63D0;
}
.AnyTagClassName
{
color: #DB63D0;
}
</style>
background-color css
<style>
a { background-color: #DB63D0; }
a { background-color: rgb(219,99,208); }
div.DivClassName
{
background-color: #DB63D0;
}
.BgClassName
{
background-color: #DB63D0;
}
</style>
border-color css
<style>
span { border-color: #DB63D0; }
span { border-color: rgb(219,99,208); }
td.TdClassName
{
border-color: #DB63D0;
}
.TagClassName
{
border-color: #DB63D0;
}
</style>