Html Css Color HEX #DB43F9 Free Speech Magenta
📋 copy color: '#DB43F9'red 219 ◦ green 67 ◦ blue 249
Shades of Free Speech Magenta #DB43F9
Tints of Free Speech Magenta #DB43F9
RGB
CMYK
RGB Variations
Color information
#DB43F9 (or 0xDB43F9) is known color: Free Speech Magenta. HEX triplet: DB, 43 and F9. RGB value is (219,67,249). Sum of RGB (Red+Green+Blue) = 219+67+249=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 67 (26.56% from 255 or 12.52% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB43F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB43F9 is #24BC06. Grayscale: #848484. Windows color (decimal): -2407431 or 16335835. OLE color: 16335835.
HSL color Cylindrical-coordinate representation of color #DB43F9: hue angle of 290.11º 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 #DB43F9 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 67 | 249 | - |
CMYK | 0.12 | 0.73 | 0 | 0.02 |
HSL | 290.11º | 0.94% | 0.62% | - |
HSV(B) | 290.11º | 0.73% | 0.98% | - |
XYZ | 48.32 | 25.91 | 92.08 | - |
YUV | 133.2 | 193.36 | 189.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 67 | 249 | 0.12 | 0.73 | 0 | 0.02 | 290.11 | 0.94 | 0.62 |
Hex | DB | 43 | F9 | C | 49 | 0 | 2 | 122 | 5E | 3E |
Octal | 333 | 103 | 371 | 14 | 111 | 0 | 2 | 442 | 136 | 76 |
Binary | 11011011 | 1000011 | 11111001 | 1100 | 1001001 | 0 | 10 | 100100010 | 1011110 | 111110 |
Color Harmonies of #DB43F9
Complementary color
Monochromatic Colors of #DB43F9
Black with #DB43F9
Text Example
Text Example
White with #DB43F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43F9; }
p { color: rgb(219,67,249); }
H1.HeaderClassName
{
color: #DB43F9;
}
.AnyTagClassName
{
color: #DB43F9;
}
</style>
background-color css
<style>
a { background-color: #DB43F9; }
a { background-color: rgb(219,67,249); }
div.DivClassName
{
background-color: #DB43F9;
}
.BgClassName
{
background-color: #DB43F9;
}
</style>
border-color css
<style>
span { border-color: #DB43F9; }
span { border-color: rgb(219,67,249); }
td.TdClassName
{
border-color: #DB43F9;
}
.TagClassName
{
border-color: #DB43F9;
}
</style>