Html Css Color HEX #DB5AD3 Free Speech Magenta
📋 copy color: '#DB5AD3'red 219 ◦ green 90 ◦ blue 211
Shades of Free Speech Magenta #DB5AD3
Tints of Free Speech Magenta #DB5AD3
RGB
CMYK
RGB Variations
Color information
#DB5AD3 (or 0xDB5AD3) is known color: Free Speech Magenta. HEX triplet: DB, 5A and D3. RGB value is (219,90,211). Sum of RGB (Red+Green+Blue) = 219+90+211=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AD3 is #24A52C. Grayscale: #8E8E8E. Windows color (decimal): -2401581 or 13851355. OLE color: 13851355.
HSL color Cylindrical-coordinate representation of color #DB5AD3: hue angle of 303.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5AD3 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 211 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.14 |
| HSL | 303.72º | 0.64% | 0.61% | - |
| HSV(B) | 303.72º | 0.59% | 0.86% | - |
| XYZ | 44.63 | 27.08 | 64.5 | - |
| YUV | 142.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 211 | 0 | 0.59 | 0.04 | 0.14 | 303.72 | 0.64 | 0.61 |
| Hex | DB | 5A | D3 | 0 | 3B | 4 | E | 130 | 40 | 3D |
| Octal | 333 | 132 | 323 | 0 | 73 | 4 | 16 | 460 | 100 | 75 |
| Binary | 11011011 | 1011010 | 11010011 | 0 | 111011 | 100 | 1110 | 100110000 | 1000000 | 111101 |
Color Harmonies of #DB5AD3
Complementary color
Monochromatic Colors of #DB5AD3
Black with #DB5AD3
Text Example
Text Example
White with #DB5AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AD3; }
p { color: rgb(219,90,211); }
H1.HeaderClassName
{
color: #DB5AD3;
}
.AnyTagClassName
{
color: #DB5AD3;
}
</style>
background-color css
<style>
a { background-color: #DB5AD3; }
a { background-color: rgb(219,90,211); }
div.DivClassName
{
background-color: #DB5AD3;
}
.BgClassName
{
background-color: #DB5AD3;
}
</style>
border-color css
<style>
span { border-color: #DB5AD3; }
span { border-color: rgb(219,90,211); }
td.TdClassName
{
border-color: #DB5AD3;
}
.TagClassName
{
border-color: #DB5AD3;
}
</style>