Html Css Color HEX #DB3CDA Free Speech Magenta
📋 copy color: '#DB3CDA'red 219 ◦ green 60 ◦ blue 218
Shades of Free Speech Magenta #DB3CDA
Tints of Free Speech Magenta #DB3CDA
RGB
CMYK
RGB Variations
Color information
#DB3CDA (or 0xDB3CDA) is known color: Free Speech Magenta. HEX triplet: DB, 3C and DA. RGB value is (219,60,218). Sum of RGB (Red+Green+Blue) = 219+60+218=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CDA is #24C325. Grayscale: #7D7D7D. Windows color (decimal): -2409254 or 14302427. OLE color: 14302427.
HSL color Cylindrical-coordinate representation of color #DB3CDA: hue angle of 300.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3CDA is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 218 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.14 |
| HSL | 300.38º | 0.69% | 0.55% | - |
| HSV(B) | 300.38º | 0.73% | 0.86% | - |
| XYZ | 43.48 | 23.35 | 68.55 | - |
| YUV | 125.55 | 180.18 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 218 | 0 | 0.73 | 0.00 | 0.14 | 300.38 | 0.69 | 0.55 |
| Hex | DB | 3C | DA | 0 | 49 | 0 | E | 12C | 45 | 37 |
| Octal | 333 | 74 | 332 | 0 | 111 | 0 | 16 | 454 | 105 | 67 |
| Binary | 11011011 | 111100 | 11011010 | 0 | 1001001 | 0 | 1110 | 100101100 | 1000101 | 110111 |
Color Harmonies of #DB3CDA
Complementary color
Monochromatic Colors of #DB3CDA
Black with #DB3CDA
Text Example
Text Example
White with #DB3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CDA; }
p { color: rgb(219,60,218); }
H1.HeaderClassName
{
color: #DB3CDA;
}
.AnyTagClassName
{
color: #DB3CDA;
}
</style>
background-color css
<style>
a { background-color: #DB3CDA; }
a { background-color: rgb(219,60,218); }
div.DivClassName
{
background-color: #DB3CDA;
}
.BgClassName
{
background-color: #DB3CDA;
}
</style>
border-color css
<style>
span { border-color: #DB3CDA; }
span { border-color: rgb(219,60,218); }
td.TdClassName
{
border-color: #DB3CDA;
}
.TagClassName
{
border-color: #DB3CDA;
}
</style>