Html Css Color HEX #DB3FF8 Free Speech Magenta
📋 copy color: '#DB3FF8'red 219 ◦ green 63 ◦ blue 248
Shades of Free Speech Magenta #DB3FF8
Tints of Free Speech Magenta #DB3FF8
RGB
CMYK
RGB Variations
Color information
#DB3FF8 (or 0xDB3FF8) is known color: Free Speech Magenta. HEX triplet: DB, 3F and F8. RGB value is (219,63,248). Sum of RGB (Red+Green+Blue) = 219+63+248=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB3FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3FF8 is #24C007. Grayscale: #828282. Windows color (decimal): -2408456 or 16269275. OLE color: 16269275.
HSL color Cylindrical-coordinate representation of color #DB3FF8: hue angle of 290.59º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3FF8 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 63 | 248 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.03 |
| HSL | 290.59º | 0.93% | 0.61% | - |
| HSV(B) | 290.59º | 0.75% | 0.97% | - |
| XYZ | 47.93 | 25.39 | 91.18 | - |
| YUV | 130.73 | 194.18 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 248 | 0.12 | 0.75 | 0 | 0.03 | 290.59 | 0.93 | 0.61 |
| Hex | DB | 3F | F8 | C | 4B | 0 | 3 | 123 | 5D | 3D |
| Octal | 333 | 77 | 370 | 14 | 113 | 0 | 3 | 443 | 135 | 75 |
| Binary | 11011011 | 111111 | 11111000 | 1100 | 1001011 | 0 | 11 | 100100011 | 1011101 | 111101 |
Color Harmonies of #DB3FF8
Complementary color
Monochromatic Colors of #DB3FF8
Black with #DB3FF8
Text Example
Text Example
White with #DB3FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FF8; }
p { color: rgb(219,63,248); }
H1.HeaderClassName
{
color: #DB3FF8;
}
.AnyTagClassName
{
color: #DB3FF8;
}
</style>
background-color css
<style>
a { background-color: #DB3FF8; }
a { background-color: rgb(219,63,248); }
div.DivClassName
{
background-color: #DB3FF8;
}
.BgClassName
{
background-color: #DB3FF8;
}
</style>
border-color css
<style>
span { border-color: #DB3FF8; }
span { border-color: rgb(219,63,248); }
td.TdClassName
{
border-color: #DB3FF8;
}
.TagClassName
{
border-color: #DB3FF8;
}
</style>