Html Css Color HEX #DB63CE Free Speech Magenta
📋 copy color: '#DB63CE'red 219 ◦ green 99 ◦ blue 206
Shades of Free Speech Magenta #DB63CE
Tints of Free Speech Magenta #DB63CE
RGB
CMYK
RGB Variations
Color information
#DB63CE (or 0xDB63CE) is known color: Free Speech Magenta. HEX triplet: DB, 63 and CE. RGB value is (219,99,206). Sum of RGB (Red+Green+Blue) = 219+99+206=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63CE is #249C31. Grayscale: #929292. Windows color (decimal): -2399282 or 13525979. OLE color: 13525979.
HSL color Cylindrical-coordinate representation of color #DB63CE: hue angle of 306.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 #DB63CE is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 206 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.14 |
| HSL | 306.5º | 0.63% | 0.62% | - |
| HSV(B) | 306.5º | 0.55% | 0.86% | - |
| XYZ | 44.82 | 28.44 | 61.52 | - |
| YUV | 147.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 206 | 0 | 0.55 | 0.06 | 0.14 | 306.5 | 0.63 | 0.62 |
| Hex | DB | 63 | CE | 0 | 37 | 6 | E | 132 | 3E | 3E |
| Octal | 333 | 143 | 316 | 0 | 67 | 6 | 16 | 462 | 76 | 76 |
| Binary | 11011011 | 1100011 | 11001110 | 0 | 110111 | 110 | 1110 | 100110010 | 111110 | 111110 |
Color Harmonies of #DB63CE
Complementary color
Monochromatic Colors of #DB63CE
Black with #DB63CE
Text Example
Text Example
White with #DB63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63CE; }
p { color: rgb(219,99,206); }
H1.HeaderClassName
{
color: #DB63CE;
}
.AnyTagClassName
{
color: #DB63CE;
}
</style>
background-color css
<style>
a { background-color: #DB63CE; }
a { background-color: rgb(219,99,206); }
div.DivClassName
{
background-color: #DB63CE;
}
.BgClassName
{
background-color: #DB63CE;
}
</style>
border-color css
<style>
span { border-color: #DB63CE; }
span { border-color: rgb(219,99,206); }
td.TdClassName
{
border-color: #DB63CE;
}
.TagClassName
{
border-color: #DB63CE;
}
</style>