Html Css Color HEX #DB48EF Free Speech Magenta
📋 copy color: '#DB48EF'red 219 ◦ green 72 ◦ blue 239
Shades of Free Speech Magenta #DB48EF
Tints of Free Speech Magenta #DB48EF
RGB
CMYK
RGB Variations
Color information
#DB48EF (or 0xDB48EF) is known color: Free Speech Magenta. HEX triplet: DB, 48 and EF. RGB value is (219,72,239). Sum of RGB (Red+Green+Blue) = 219+72+239=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 72 (28.52% from 255 or 13.58% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB48EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48EF is #24B710. Grayscale: #868686. Windows color (decimal): -2406161 or 15681755. OLE color: 15681755.
HSL color Cylindrical-coordinate representation of color #DB48EF: hue angle of 292.81º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB48EF is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 72 | 239 | - |
CMYK | 0.08 | 0.70 | 0 | 0.06 |
HSL | 292.81º | 0.84% | 0.61% | - |
HSV(B) | 292.81º | 0.7% | 0.94% | - |
XYZ | 47.11 | 25.93 | 84.18 | - |
YUV | 134.99 | 186.7 | 187.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 72 | 239 | 0.08 | 0.70 | 0 | 0.06 | 292.81 | 0.84 | 0.61 |
Hex | DB | 48 | EF | 8 | 46 | 0 | 6 | 125 | 54 | 3D |
Octal | 333 | 110 | 357 | 10 | 106 | 0 | 6 | 445 | 124 | 75 |
Binary | 11011011 | 1001000 | 11101111 | 1000 | 1000110 | 0 | 110 | 100100101 | 1010100 | 111101 |
Color Harmonies of #DB48EF
Complementary color
Monochromatic Colors of #DB48EF
Black with #DB48EF
Text Example
Text Example
White with #DB48EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48EF; }
p { color: rgb(219,72,239); }
H1.HeaderClassName
{
color: #DB48EF;
}
.AnyTagClassName
{
color: #DB48EF;
}
</style>
background-color css
<style>
a { background-color: #DB48EF; }
a { background-color: rgb(219,72,239); }
div.DivClassName
{
background-color: #DB48EF;
}
.BgClassName
{
background-color: #DB48EF;
}
</style>
border-color css
<style>
span { border-color: #DB48EF; }
span { border-color: rgb(219,72,239); }
td.TdClassName
{
border-color: #DB48EF;
}
.TagClassName
{
border-color: #DB48EF;
}
</style>