Html Css Color HEX #DB44F7 Free Speech Magenta
📋 copy color: '#DB44F7'red 219 ◦ green 68 ◦ blue 247
Shades of Free Speech Magenta #DB44F7
Tints of Free Speech Magenta #DB44F7
RGB
CMYK
RGB Variations
Color information
#DB44F7 (or 0xDB44F7) is known color: Free Speech Magenta. HEX triplet: DB, 44 and F7. RGB value is (219,68,247). Sum of RGB (Red+Green+Blue) = 219+68+247=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 68 (26.95% from 255 or 12.73% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB44F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB44F7 is #24BB08. Grayscale: #848484. Windows color (decimal): -2407177 or 16205019. OLE color: 16205019.
HSL color Cylindrical-coordinate representation of color #DB44F7: hue angle of 290.61º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB44F7 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 68 | 247 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.03 |
| HSL | 290.61º | 0.92% | 0.62% | - |
| HSV(B) | 290.61º | 0.72% | 0.97% | - |
| XYZ | 48.07 | 25.91 | 90.46 | - |
| YUV | 133.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 247 | 0.11 | 0.72 | 0 | 0.03 | 290.61 | 0.92 | 0.62 |
| Hex | DB | 44 | F7 | B | 48 | 0 | 3 | 123 | 5C | 3E |
| Octal | 333 | 104 | 367 | 13 | 110 | 0 | 3 | 443 | 134 | 76 |
| Binary | 11011011 | 1000100 | 11110111 | 1011 | 1001000 | 0 | 11 | 100100011 | 1011100 | 111110 |
Color Harmonies of #DB44F7
Complementary color
Monochromatic Colors of #DB44F7
Black with #DB44F7
Text Example
Text Example
White with #DB44F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44F7; }
p { color: rgb(219,68,247); }
H1.HeaderClassName
{
color: #DB44F7;
}
.AnyTagClassName
{
color: #DB44F7;
}
</style>
background-color css
<style>
a { background-color: #DB44F7; }
a { background-color: rgb(219,68,247); }
div.DivClassName
{
background-color: #DB44F7;
}
.BgClassName
{
background-color: #DB44F7;
}
</style>
border-color css
<style>
span { border-color: #DB44F7; }
span { border-color: rgb(219,68,247); }
td.TdClassName
{
border-color: #DB44F7;
}
.TagClassName
{
border-color: #DB44F7;
}
</style>