Html Css Color HEX #DB42F9 Free Speech Magenta
📋 copy color: '#DB42F9'red 219 ◦ green 66 ◦ blue 249
Shades of Free Speech Magenta #DB42F9
Tints of Free Speech Magenta #DB42F9
RGB
CMYK
RGB Variations
Color information
#DB42F9 (or 0xDB42F9) is known color: Free Speech Magenta. HEX triplet: DB, 42 and F9. RGB value is (219,66,249). Sum of RGB (Red+Green+Blue) = 219+66+249=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 66 (26.17% from 255 or 12.36% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB42F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42F9 is #24BD06. Grayscale: #848484. Windows color (decimal): -2407687 or 16335579. OLE color: 16335579.
HSL color Cylindrical-coordinate representation of color #DB42F9: hue angle of 290.16º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB42F9 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 66 | 249 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.02 |
| HSL | 290.16º | 0.94% | 0.62% | - |
| HSV(B) | 290.16º | 0.73% | 0.98% | - |
| XYZ | 48.26 | 25.8 | 92.06 | - |
| YUV | 132.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 249 | 0.12 | 0.73 | 0 | 0.02 | 290.16 | 0.94 | 0.62 |
| Hex | DB | 42 | F9 | C | 49 | 0 | 2 | 122 | 5E | 3E |
| Octal | 333 | 102 | 371 | 14 | 111 | 0 | 2 | 442 | 136 | 76 |
| Binary | 11011011 | 1000010 | 11111001 | 1100 | 1001001 | 0 | 10 | 100100010 | 1011110 | 111110 |
Color Harmonies of #DB42F9
Complementary color
Monochromatic Colors of #DB42F9
Black with #DB42F9
Text Example
Text Example
White with #DB42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42F9; }
p { color: rgb(219,66,249); }
H1.HeaderClassName
{
color: #DB42F9;
}
.AnyTagClassName
{
color: #DB42F9;
}
</style>
background-color css
<style>
a { background-color: #DB42F9; }
a { background-color: rgb(219,66,249); }
div.DivClassName
{
background-color: #DB42F9;
}
.BgClassName
{
background-color: #DB42F9;
}
</style>
border-color css
<style>
span { border-color: #DB42F9; }
span { border-color: rgb(219,66,249); }
td.TdClassName
{
border-color: #DB42F9;
}
.TagClassName
{
border-color: #DB42F9;
}
</style>