Html Css Color HEX #DB2DE7 Free Speech Magenta
📋 copy color: '#DB2DE7'red 219 ◦ green 45 ◦ blue 231
Shades of Free Speech Magenta #DB2DE7
Tints of Free Speech Magenta #DB2DE7
RGB
CMYK
RGB Variations
Color information
#DB2DE7 (or 0xDB2DE7) is known color: Free Speech Magenta. HEX triplet: DB, 2D and E7. RGB value is (219,45,231). Sum of RGB (Red+Green+Blue) = 219+45+231=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB2DE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2DE7 is #24D218. Grayscale: #757575. Windows color (decimal): -2413081 or 15150555. OLE color: 15150555.
HSL color Cylindrical-coordinate representation of color #DB2DE7: hue angle of 296.13º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2DE7 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 45 | 231 | - |
CMYK | 0.05 | 0.81 | 0 | 0.09 |
HSL | 296.13º | 0.79% | 0.54% | - |
HSV(B) | 296.13º | 0.81% | 0.91% | - |
XYZ | 44.58 | 22.71 | 77.63 | - |
YUV | 118.23 | 191.65 | 199.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 45 | 231 | 0.05 | 0.81 | 0 | 0.09 | 296.13 | 0.79 | 0.54 |
Hex | DB | 2D | E7 | 5 | 51 | 0 | 9 | 128 | 4F | 36 |
Octal | 333 | 55 | 347 | 5 | 121 | 0 | 11 | 450 | 117 | 66 |
Binary | 11011011 | 101101 | 11100111 | 101 | 1010001 | 0 | 1001 | 100101000 | 1001111 | 110110 |
Color Harmonies of #DB2DE7
Complementary color
Monochromatic Colors of #DB2DE7
Black with #DB2DE7
Text Example
Text Example
White with #DB2DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DE7; }
p { color: rgb(219,45,231); }
H1.HeaderClassName
{
color: #DB2DE7;
}
.AnyTagClassName
{
color: #DB2DE7;
}
</style>
background-color css
<style>
a { background-color: #DB2DE7; }
a { background-color: rgb(219,45,231); }
div.DivClassName
{
background-color: #DB2DE7;
}
.BgClassName
{
background-color: #DB2DE7;
}
</style>
border-color css
<style>
span { border-color: #DB2DE7; }
span { border-color: rgb(219,45,231); }
td.TdClassName
{
border-color: #DB2DE7;
}
.TagClassName
{
border-color: #DB2DE7;
}
</style>