Html Css Color HEX #DB63CA Free Speech Magenta
📋 copy color: '#DB63CA'red 219 ◦ green 99 ◦ blue 202
Shades of Free Speech Magenta #DB63CA
Tints of Free Speech Magenta #DB63CA
RGB
CMYK
RGB Variations
Color information
#DB63CA (or 0xDB63CA) is known color: Free Speech Magenta. HEX triplet: DB, 63 and CA. RGB value is (219,99,202). Sum of RGB (Red+Green+Blue) = 219+99+202=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63CA is #249C35. Grayscale: #929292. Windows color (decimal): -2399286 or 13263835. OLE color: 13263835.
HSL color Cylindrical-coordinate representation of color #DB63CA: hue angle of 308.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 #DB63CA is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 202 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.14 |
| HSL | 308.5º | 0.63% | 0.62% | - |
| HSV(B) | 308.5º | 0.55% | 0.86% | - |
| XYZ | 44.34 | 28.25 | 58.99 | - |
| YUV | 146.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 202 | 0 | 0.55 | 0.08 | 0.14 | 308.5 | 0.63 | 0.62 |
| Hex | DB | 63 | CA | 0 | 37 | 8 | E | 134 | 3E | 3E |
| Octal | 333 | 143 | 312 | 0 | 67 | 10 | 16 | 464 | 76 | 76 |
| Binary | 11011011 | 1100011 | 11001010 | 0 | 110111 | 1000 | 1110 | 100110100 | 111110 | 111110 |
Color Harmonies of #DB63CA
Complementary color
Monochromatic Colors of #DB63CA
Black with #DB63CA
Text Example
Text Example
White with #DB63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63CA; }
p { color: rgb(219,99,202); }
H1.HeaderClassName
{
color: #DB63CA;
}
.AnyTagClassName
{
color: #DB63CA;
}
</style>
background-color css
<style>
a { background-color: #DB63CA; }
a { background-color: rgb(219,99,202); }
div.DivClassName
{
background-color: #DB63CA;
}
.BgClassName
{
background-color: #DB63CA;
}
</style>
border-color css
<style>
span { border-color: #DB63CA; }
span { border-color: rgb(219,99,202); }
td.TdClassName
{
border-color: #DB63CA;
}
.TagClassName
{
border-color: #DB63CA;
}
</style>