Html Css Color HEX #DB3CCA Free Speech Magenta
📋 copy color: '#DB3CCA'red 219 ◦ green 60 ◦ blue 202
Shades of Free Speech Magenta #DB3CCA
Tints of Free Speech Magenta #DB3CCA
RGB
CMYK
RGB Variations
Color information
#DB3CCA (or 0xDB3CCA) is known color: Free Speech Magenta. HEX triplet: DB, 3C and CA. RGB value is (219,60,202). Sum of RGB (Red+Green+Blue) = 219+60+202=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CCA is #24C335. Grayscale: #7B7B7B. Windows color (decimal): -2409270 or 13253851. OLE color: 13253851.
HSL color Cylindrical-coordinate representation of color #DB3CCA: hue angle of 306.42º 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 #DB3CCA is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 202 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.14 |
| HSL | 306.42º | 0.69% | 0.55% | - |
| HSV(B) | 306.42º | 0.73% | 0.86% | - |
| XYZ | 41.49 | 22.56 | 58.04 | - |
| YUV | 123.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 202 | 0 | 0.73 | 0.08 | 0.14 | 306.42 | 0.69 | 0.55 |
| Hex | DB | 3C | CA | 0 | 49 | 8 | E | 132 | 45 | 37 |
| Octal | 333 | 74 | 312 | 0 | 111 | 10 | 16 | 462 | 105 | 67 |
| Binary | 11011011 | 111100 | 11001010 | 0 | 1001001 | 1000 | 1110 | 100110010 | 1000101 | 110111 |
Color Harmonies of #DB3CCA
Complementary color
Monochromatic Colors of #DB3CCA
Black with #DB3CCA
Text Example
Text Example
White with #DB3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CCA; }
p { color: rgb(219,60,202); }
H1.HeaderClassName
{
color: #DB3CCA;
}
.AnyTagClassName
{
color: #DB3CCA;
}
</style>
background-color css
<style>
a { background-color: #DB3CCA; }
a { background-color: rgb(219,60,202); }
div.DivClassName
{
background-color: #DB3CCA;
}
.BgClassName
{
background-color: #DB3CCA;
}
</style>
border-color css
<style>
span { border-color: #DB3CCA; }
span { border-color: rgb(219,60,202); }
td.TdClassName
{
border-color: #DB3CCA;
}
.TagClassName
{
border-color: #DB3CCA;
}
</style>