Html Css Color HEX #DB43F7 Free Speech Magenta
📋 copy color: '#DB43F7'red 219 ◦ green 67 ◦ blue 247
Shades of Free Speech Magenta #DB43F7
Tints of Free Speech Magenta #DB43F7
RGB
CMYK
RGB Variations
Color information
#DB43F7 (or 0xDB43F7) is known color: Free Speech Magenta. HEX triplet: DB, 43 and F7. RGB value is (219,67,247). Sum of RGB (Red+Green+Blue) = 219+67+247=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 67 (26.56% from 255 or 12.57% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB43F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB43F7 is #24BC08. Grayscale: #848484. Windows color (decimal): -2407433 or 16204763. OLE color: 16204763.
HSL color Cylindrical-coordinate representation of color #DB43F7: hue angle of 290.67º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB43F7 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 67 | 247 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.03 |
| HSL | 290.67º | 0.92% | 0.62% | - |
| HSV(B) | 290.67º | 0.73% | 0.97% | - |
| XYZ | 48.01 | 25.79 | 90.44 | - |
| YUV | 132.97 | 192.36 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 247 | 0.11 | 0.73 | 0 | 0.03 | 290.67 | 0.92 | 0.62 |
| Hex | DB | 43 | F7 | B | 49 | 0 | 3 | 123 | 5C | 3E |
| Octal | 333 | 103 | 367 | 13 | 111 | 0 | 3 | 443 | 134 | 76 |
| Binary | 11011011 | 1000011 | 11110111 | 1011 | 1001001 | 0 | 11 | 100100011 | 1011100 | 111110 |
Color Harmonies of #DB43F7
Complementary color
Monochromatic Colors of #DB43F7
Black with #DB43F7
Text Example
Text Example
White with #DB43F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43F7; }
p { color: rgb(219,67,247); }
H1.HeaderClassName
{
color: #DB43F7;
}
.AnyTagClassName
{
color: #DB43F7;
}
</style>
background-color css
<style>
a { background-color: #DB43F7; }
a { background-color: rgb(219,67,247); }
div.DivClassName
{
background-color: #DB43F7;
}
.BgClassName
{
background-color: #DB43F7;
}
</style>
border-color css
<style>
span { border-color: #DB43F7; }
span { border-color: rgb(219,67,247); }
td.TdClassName
{
border-color: #DB43F7;
}
.TagClassName
{
border-color: #DB43F7;
}
</style>