Html Css Color HEX #DB3ADC Free Speech Magenta
📋 copy color: '#DB3ADC'red 219 ◦ green 58 ◦ blue 220
Shades of Free Speech Magenta #DB3ADC
Tints of Free Speech Magenta #DB3ADC
RGB
CMYK
RGB Variations
Color information
#DB3ADC (or 0xDB3ADC) is known color: Free Speech Magenta. HEX triplet: DB, 3A and DC. RGB value is (219,58,220). Sum of RGB (Red+Green+Blue) = 219+58+220=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3ADC is #24C523. Grayscale: #7C7C7C. Windows color (decimal): -2409764 or 14432987. OLE color: 14432987.
HSL color Cylindrical-coordinate representation of color #DB3ADC: hue angle of 299.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3ADC is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 58 | 220 | - |
CMYK | 0.00 | 0.74 | 0 | 0.14 |
HSL | 299.63º | 0.7% | 0.55% | - |
HSV(B) | 299.63º | 0.74% | 0.86% | - |
XYZ | 43.64 | 23.25 | 69.9 | - |
YUV | 124.61 | 181.84 | 195.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 58 | 220 | 0.00 | 0.74 | 0 | 0.14 | 299.63 | 0.7 | 0.55 |
Hex | DB | 3A | DC | 0 | 4A | 0 | E | 12C | 46 | 37 |
Octal | 333 | 72 | 334 | 0 | 112 | 0 | 16 | 454 | 106 | 67 |
Binary | 11011011 | 111010 | 11011100 | 0 | 1001010 | 0 | 1110 | 100101100 | 1000110 | 110111 |
Color Harmonies of #DB3ADC
Complementary color
Monochromatic Colors of #DB3ADC
Black with #DB3ADC
Text Example
Text Example
White with #DB3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3ADC; }
p { color: rgb(219,58,220); }
H1.HeaderClassName
{
color: #DB3ADC;
}
.AnyTagClassName
{
color: #DB3ADC;
}
</style>
background-color css
<style>
a { background-color: #DB3ADC; }
a { background-color: rgb(219,58,220); }
div.DivClassName
{
background-color: #DB3ADC;
}
.BgClassName
{
background-color: #DB3ADC;
}
</style>
border-color css
<style>
span { border-color: #DB3ADC; }
span { border-color: rgb(219,58,220); }
td.TdClassName
{
border-color: #DB3ADC;
}
.TagClassName
{
border-color: #DB3ADC;
}
</style>