Html Css Color HEX #DB3DF2 Free Speech Magenta
📋 copy color: '#DB3DF2'red 219 ◦ green 61 ◦ blue 242
Shades of Free Speech Magenta #DB3DF2
Tints of Free Speech Magenta #DB3DF2
RGB
CMYK
RGB Variations
Color information
#DB3DF2 (or 0xDB3DF2) is known color: Free Speech Magenta. HEX triplet: DB, 3D and F2. RGB value is (219,61,242). Sum of RGB (Red+Green+Blue) = 219+61+242=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 61 (24.22% from 255 or 11.69% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB3DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3DF2 is #24C20D. Grayscale: #808080. Windows color (decimal): -2408974 or 15875547. OLE color: 15875547.
HSL color Cylindrical-coordinate representation of color #DB3DF2: hue angle of 292.38º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3DF2 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 61 | 242 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.05 |
| HSL | 292.38º | 0.87% | 0.59% | - |
| HSV(B) | 292.38º | 0.75% | 0.95% | - |
| XYZ | 46.91 | 24.81 | 86.32 | - |
| YUV | 128.88 | 191.85 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 242 | 0.10 | 0.75 | 0 | 0.05 | 292.38 | 0.87 | 0.59 |
| Hex | DB | 3D | F2 | A | 4B | 0 | 5 | 124 | 57 | 3B |
| Octal | 333 | 75 | 362 | 12 | 113 | 0 | 5 | 444 | 127 | 73 |
| Binary | 11011011 | 111101 | 11110010 | 1010 | 1001011 | 0 | 101 | 100100100 | 1010111 | 111011 |
Color Harmonies of #DB3DF2
Complementary color
Monochromatic Colors of #DB3DF2
Black with #DB3DF2
Text Example
Text Example
White with #DB3DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DF2; }
p { color: rgb(219,61,242); }
H1.HeaderClassName
{
color: #DB3DF2;
}
.AnyTagClassName
{
color: #DB3DF2;
}
</style>
background-color css
<style>
a { background-color: #DB3DF2; }
a { background-color: rgb(219,61,242); }
div.DivClassName
{
background-color: #DB3DF2;
}
.BgClassName
{
background-color: #DB3DF2;
}
</style>
border-color css
<style>
span { border-color: #DB3DF2; }
span { border-color: rgb(219,61,242); }
td.TdClassName
{
border-color: #DB3DF2;
}
.TagClassName
{
border-color: #DB3DF2;
}
</style>