Html Css Color HEX #DB3CF4 Free Speech Magenta
📋 copy color: '#DB3CF4'red 219 ◦ green 60 ◦ blue 244
Shades of Free Speech Magenta #DB3CF4
Tints of Free Speech Magenta #DB3CF4
RGB
CMYK
RGB Variations
Color information
#DB3CF4 (or 0xDB3CF4) is known color: Free Speech Magenta. HEX triplet: DB, 3C and F4. RGB value is (219,60,244). Sum of RGB (Red+Green+Blue) = 219+60+244=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 60 (23.83% from 255 or 11.47% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB3CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3CF4 is #24C30B. Grayscale: #7F7F7F. Windows color (decimal): -2409228 or 16006363. OLE color: 16006363.
HSL color Cylindrical-coordinate representation of color #DB3CF4: hue angle of 291.85º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3CF4 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 60 | 244 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.04 |
| HSL | 291.85º | 0.89% | 0.6% | - |
| HSV(B) | 291.85º | 0.75% | 0.96% | - |
| XYZ | 47.16 | 24.82 | 87.89 | - |
| YUV | 128.52 | 193.18 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 244 | 0.10 | 0.75 | 0 | 0.04 | 291.85 | 0.89 | 0.6 |
| Hex | DB | 3C | F4 | A | 4B | 0 | 4 | 124 | 59 | 3C |
| Octal | 333 | 74 | 364 | 12 | 113 | 0 | 4 | 444 | 131 | 74 |
| Binary | 11011011 | 111100 | 11110100 | 1010 | 1001011 | 0 | 100 | 100100100 | 1011001 | 111100 |
Color Harmonies of #DB3CF4
Complementary color
Monochromatic Colors of #DB3CF4
Black with #DB3CF4
Text Example
Text Example
White with #DB3CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CF4; }
p { color: rgb(219,60,244); }
H1.HeaderClassName
{
color: #DB3CF4;
}
.AnyTagClassName
{
color: #DB3CF4;
}
</style>
background-color css
<style>
a { background-color: #DB3CF4; }
a { background-color: rgb(219,60,244); }
div.DivClassName
{
background-color: #DB3CF4;
}
.BgClassName
{
background-color: #DB3CF4;
}
</style>
border-color css
<style>
span { border-color: #DB3CF4; }
span { border-color: rgb(219,60,244); }
td.TdClassName
{
border-color: #DB3CF4;
}
.TagClassName
{
border-color: #DB3CF4;
}
</style>