Html Css Color HEX #DB3FD1 Free Speech Magenta
📋 copy color: '#DB3FD1'red 219 ◦ green 63 ◦ blue 209
Shades of Free Speech Magenta #DB3FD1
Tints of Free Speech Magenta #DB3FD1
RGB
CMYK
RGB Variations
Color information
#DB3FD1 (or 0xDB3FD1) is known color: Free Speech Magenta. HEX triplet: DB, 3F and D1. RGB value is (219,63,209). Sum of RGB (Red+Green+Blue) = 219+63+209=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FD1 is #24C02E. Grayscale: #7D7D7D. Windows color (decimal): -2408495 or 13713371. OLE color: 13713371.
HSL color Cylindrical-coordinate representation of color #DB3FD1: hue angle of 303.85º 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 #DB3FD1 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 209 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.14 |
| HSL | 303.85º | 0.68% | 0.55% | - |
| HSV(B) | 303.85º | 0.71% | 0.86% | - |
| XYZ | 42.5 | 23.22 | 62.56 | - |
| YUV | 126.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 209 | 0 | 0.71 | 0.05 | 0.14 | 303.85 | 0.68 | 0.55 |
| Hex | DB | 3F | D1 | 0 | 47 | 5 | E | 130 | 44 | 37 |
| Octal | 333 | 77 | 321 | 0 | 107 | 5 | 16 | 460 | 104 | 67 |
| Binary | 11011011 | 111111 | 11010001 | 0 | 1000111 | 101 | 1110 | 100110000 | 1000100 | 110111 |
Color Harmonies of #DB3FD1
Complementary color
Monochromatic Colors of #DB3FD1
Black with #DB3FD1
Text Example
Text Example
White with #DB3FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FD1; }
p { color: rgb(219,63,209); }
H1.HeaderClassName
{
color: #DB3FD1;
}
.AnyTagClassName
{
color: #DB3FD1;
}
</style>
background-color css
<style>
a { background-color: #DB3FD1; }
a { background-color: rgb(219,63,209); }
div.DivClassName
{
background-color: #DB3FD1;
}
.BgClassName
{
background-color: #DB3FD1;
}
</style>
border-color css
<style>
span { border-color: #DB3FD1; }
span { border-color: rgb(219,63,209); }
td.TdClassName
{
border-color: #DB3FD1;
}
.TagClassName
{
border-color: #DB3FD1;
}
</style>