Html Css Color HEX #DB63D5 Free Speech Magenta
📋 copy color: '#DB63D5'red 219 ◦ green 99 ◦ blue 213
Shades of Free Speech Magenta #DB63D5
Tints of Free Speech Magenta #DB63D5
RGB
CMYK
RGB Variations
Color information
#DB63D5 (or 0xDB63D5) is known color: Free Speech Magenta. HEX triplet: DB, 63 and D5. RGB value is (219,99,213). Sum of RGB (Red+Green+Blue) = 219+99+213=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63D5 is #249C2A. Grayscale: #939393. Windows color (decimal): -2399275 or 13984731. OLE color: 13984731.
HSL color Cylindrical-coordinate representation of color #DB63D5: hue angle of 303º 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 #DB63D5 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 213 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.14 |
| HSL | 303º | 0.63% | 0.62% | - |
| HSV(B) | 303º | 0.55% | 0.86% | - |
| XYZ | 45.69 | 28.79 | 66.1 | - |
| YUV | 147.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 213 | 0 | 0.55 | 0.03 | 0.14 | 303 | 0.63 | 0.62 |
| Hex | DB | 63 | D5 | 0 | 37 | 3 | E | 12F | 3E | 3E |
| Octal | 333 | 143 | 325 | 0 | 67 | 3 | 16 | 457 | 76 | 76 |
| Binary | 11011011 | 1100011 | 11010101 | 0 | 110111 | 11 | 1110 | 100101111 | 111110 | 111110 |
Color Harmonies of #DB63D5
Complementary color
Monochromatic Colors of #DB63D5
Black with #DB63D5
Text Example
Text Example
White with #DB63D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63D5; }
p { color: rgb(219,99,213); }
H1.HeaderClassName
{
color: #DB63D5;
}
.AnyTagClassName
{
color: #DB63D5;
}
</style>
background-color css
<style>
a { background-color: #DB63D5; }
a { background-color: rgb(219,99,213); }
div.DivClassName
{
background-color: #DB63D5;
}
.BgClassName
{
background-color: #DB63D5;
}
</style>
border-color css
<style>
span { border-color: #DB63D5; }
span { border-color: rgb(219,99,213); }
td.TdClassName
{
border-color: #DB63D5;
}
.TagClassName
{
border-color: #DB63D5;
}
</style>