Html Css Color HEX #DB4CEE Free Speech Magenta
📋 copy color: '#DB4CEE'red 219 ◦ green 76 ◦ blue 238
Shades of Free Speech Magenta #DB4CEE
Tints of Free Speech Magenta #DB4CEE
RGB
CMYK
RGB Variations
Color information
#DB4CEE (or 0xDB4CEE) is known color: Free Speech Magenta. HEX triplet: DB, 4C and EE. RGB value is (219,76,238). Sum of RGB (Red+Green+Blue) = 219+76+238=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CEE is #24B311. Grayscale: #888888. Windows color (decimal): -2405138 or 15617243. OLE color: 15617243.
HSL color Cylindrical-coordinate representation of color #DB4CEE: hue angle of 292.96º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4CEE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 76 | 238 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.07 |
| HSL | 292.96º | 0.83% | 0.62% | - |
| HSV(B) | 292.96º | 0.68% | 0.93% | - |
| XYZ | 47.23 | 26.4 | 83.5 | - |
| YUV | 137.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 238 | 0.08 | 0.68 | 0 | 0.07 | 292.96 | 0.83 | 0.62 |
| Hex | DB | 4C | EE | 8 | 44 | 0 | 7 | 125 | 53 | 3E |
| Octal | 333 | 114 | 356 | 10 | 104 | 0 | 7 | 445 | 123 | 76 |
| Binary | 11011011 | 1001100 | 11101110 | 1000 | 1000100 | 0 | 111 | 100100101 | 1010011 | 111110 |
Color Harmonies of #DB4CEE
Complementary color
Monochromatic Colors of #DB4CEE
Black with #DB4CEE
Text Example
Text Example
White with #DB4CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CEE; }
p { color: rgb(219,76,238); }
H1.HeaderClassName
{
color: #DB4CEE;
}
.AnyTagClassName
{
color: #DB4CEE;
}
</style>
background-color css
<style>
a { background-color: #DB4CEE; }
a { background-color: rgb(219,76,238); }
div.DivClassName
{
background-color: #DB4CEE;
}
.BgClassName
{
background-color: #DB4CEE;
}
</style>
border-color css
<style>
span { border-color: #DB4CEE; }
span { border-color: rgb(219,76,238); }
td.TdClassName
{
border-color: #DB4CEE;
}
.TagClassName
{
border-color: #DB4CEE;
}
</style>