Html Css Color HEX #DB3FC6 Free Speech Magenta
📋 copy color: '#DB3FC6'red 219 ◦ green 63 ◦ blue 198
Shades of Free Speech Magenta #DB3FC6
Tints of Free Speech Magenta #DB3FC6
RGB
CMYK
RGB Variations
Color information
#DB3FC6 (or 0xDB3FC6) is known color: Free Speech Magenta. HEX triplet: DB, 3F and C6. RGB value is (219,63,198). Sum of RGB (Red+Green+Blue) = 219+63+198=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FC6 is #24C039. Grayscale: #7C7C7C. Windows color (decimal): -2408506 or 12992475. OLE color: 12992475.
HSL color Cylindrical-coordinate representation of color #DB3FC6: hue angle of 308.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3FC6 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 198 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.14 |
| HSL | 308.08º | 0.68% | 0.55% | - |
| HSV(B) | 308.08º | 0.71% | 0.86% | - |
| XYZ | 41.18 | 22.69 | 55.64 | - |
| YUV | 125.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 198 | 0 | 0.71 | 0.10 | 0.14 | 308.08 | 0.68 | 0.55 |
| Hex | DB | 3F | C6 | 0 | 47 | A | E | 134 | 44 | 37 |
| Octal | 333 | 77 | 306 | 0 | 107 | 12 | 16 | 464 | 104 | 67 |
| Binary | 11011011 | 111111 | 11000110 | 0 | 1000111 | 1010 | 1110 | 100110100 | 1000100 | 110111 |
Color Harmonies of #DB3FC6
Complementary color
Monochromatic Colors of #DB3FC6
Black with #DB3FC6
Text Example
Text Example
White with #DB3FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FC6; }
p { color: rgb(219,63,198); }
H1.HeaderClassName
{
color: #DB3FC6;
}
.AnyTagClassName
{
color: #DB3FC6;
}
</style>
background-color css
<style>
a { background-color: #DB3FC6; }
a { background-color: rgb(219,63,198); }
div.DivClassName
{
background-color: #DB3FC6;
}
.BgClassName
{
background-color: #DB3FC6;
}
</style>
border-color css
<style>
span { border-color: #DB3FC6; }
span { border-color: rgb(219,63,198); }
td.TdClassName
{
border-color: #DB3FC6;
}
.TagClassName
{
border-color: #DB3FC6;
}
</style>