Html Css Color HEX #DB4CF0 Free Speech Magenta
📋 copy color: '#DB4CF0'red 219 ◦ green 76 ◦ blue 240
Shades of Free Speech Magenta #DB4CF0
Tints of Free Speech Magenta #DB4CF0
RGB
CMYK
RGB Variations
Color information
#DB4CF0 (or 0xDB4CF0) is known color: Free Speech Magenta. HEX triplet: DB, 4C and F0. RGB value is (219,76,240). Sum of RGB (Red+Green+Blue) = 219+76+240=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB4CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CF0 is #24B30F. Grayscale: #888888. Windows color (decimal): -2405136 or 15748315. OLE color: 15748315.
HSL color Cylindrical-coordinate representation of color #DB4CF0: hue angle of 292.32º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4CF0 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 76 | 240 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.06 |
| HSL | 292.32º | 0.85% | 0.62% | - |
| HSV(B) | 292.32º | 0.68% | 0.94% | - |
| XYZ | 47.53 | 26.52 | 85.05 | - |
| YUV | 137.45 | 185.88 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 240 | 0.09 | 0.68 | 0 | 0.06 | 292.32 | 0.85 | 0.62 |
| Hex | DB | 4C | F0 | 9 | 44 | 0 | 6 | 124 | 55 | 3E |
| Octal | 333 | 114 | 360 | 11 | 104 | 0 | 6 | 444 | 125 | 76 |
| Binary | 11011011 | 1001100 | 11110000 | 1001 | 1000100 | 0 | 110 | 100100100 | 1010101 | 111110 |
Color Harmonies of #DB4CF0
Complementary color
Monochromatic Colors of #DB4CF0
Black with #DB4CF0
Text Example
Text Example
White with #DB4CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CF0; }
p { color: rgb(219,76,240); }
H1.HeaderClassName
{
color: #DB4CF0;
}
.AnyTagClassName
{
color: #DB4CF0;
}
</style>
background-color css
<style>
a { background-color: #DB4CF0; }
a { background-color: rgb(219,76,240); }
div.DivClassName
{
background-color: #DB4CF0;
}
.BgClassName
{
background-color: #DB4CF0;
}
</style>
border-color css
<style>
span { border-color: #DB4CF0; }
span { border-color: rgb(219,76,240); }
td.TdClassName
{
border-color: #DB4CF0;
}
.TagClassName
{
border-color: #DB4CF0;
}
</style>