Html Css Color HEX #DB63C4 Free Speech Magenta
📋 copy color: '#DB63C4'red 219 ◦ green 99 ◦ blue 196
Shades of Free Speech Magenta #DB63C4
Tints of Free Speech Magenta #DB63C4
RGB
CMYK
RGB Variations
Color information
#DB63C4 (or 0xDB63C4) is known color: Free Speech Magenta. HEX triplet: DB, 63 and C4. RGB value is (219,99,196). Sum of RGB (Red+Green+Blue) = 219+99+196=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63C4 is #249C3B. Grayscale: #919191. Windows color (decimal): -2399292 or 12870619. OLE color: 12870619.
HSL color Cylindrical-coordinate representation of color #DB63C4: hue angle of 311.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 #DB63C4 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 196 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.14 |
| HSL | 311.5º | 0.63% | 0.62% | - |
| HSV(B) | 311.5º | 0.55% | 0.86% | - |
| XYZ | 43.64 | 27.97 | 55.32 | - |
| YUV | 145.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 196 | 0 | 0.55 | 0.11 | 0.14 | 311.5 | 0.63 | 0.62 |
| Hex | DB | 63 | C4 | 0 | 37 | B | E | 138 | 3E | 3E |
| Octal | 333 | 143 | 304 | 0 | 67 | 13 | 16 | 470 | 76 | 76 |
| Binary | 11011011 | 1100011 | 11000100 | 0 | 110111 | 1011 | 1110 | 100111000 | 111110 | 111110 |
Color Harmonies of #DB63C4
Complementary color
Monochromatic Colors of #DB63C4
Black with #DB63C4
Text Example
Text Example
White with #DB63C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63C4; }
p { color: rgb(219,99,196); }
H1.HeaderClassName
{
color: #DB63C4;
}
.AnyTagClassName
{
color: #DB63C4;
}
</style>
background-color css
<style>
a { background-color: #DB63C4; }
a { background-color: rgb(219,99,196); }
div.DivClassName
{
background-color: #DB63C4;
}
.BgClassName
{
background-color: #DB63C4;
}
</style>
border-color css
<style>
span { border-color: #DB63C4; }
span { border-color: rgb(219,99,196); }
td.TdClassName
{
border-color: #DB63C4;
}
.TagClassName
{
border-color: #DB63C4;
}
</style>