Html Css Color HEX #DB3CDD Free Speech Magenta
📋 copy color: '#DB3CDD'red 219 ◦ green 60 ◦ blue 221
Shades of Free Speech Magenta #DB3CDD
Tints of Free Speech Magenta #DB3CDD
RGB
CMYK
RGB Variations
Color information
#DB3CDD (or 0xDB3CDD) is known color: Free Speech Magenta. HEX triplet: DB, 3C and DD. RGB value is (219,60,221). Sum of RGB (Red+Green+Blue) = 219+60+221=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CDD is #24C322. Grayscale: #7D7D7D. Windows color (decimal): -2409251 or 14499035. OLE color: 14499035.
HSL color Cylindrical-coordinate representation of color #DB3CDD: hue angle of 299.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3CDD is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 60 | 221 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.13 |
| HSL | 299.25º | 0.7% | 0.55% | - |
| HSV(B) | 299.25º | 0.73% | 0.87% | - |
| XYZ | 43.88 | 23.51 | 70.63 | - |
| YUV | 125.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 221 | 0.01 | 0.73 | 0 | 0.13 | 299.25 | 0.7 | 0.55 |
| Hex | DB | 3C | DD | 1 | 49 | 0 | D | 12B | 46 | 37 |
| Octal | 333 | 74 | 335 | 1 | 111 | 0 | 15 | 453 | 106 | 67 |
| Binary | 11011011 | 111100 | 11011101 | 1 | 1001001 | 0 | 1101 | 100101011 | 1000110 | 110111 |
Color Harmonies of #DB3CDD
Complementary color
Monochromatic Colors of #DB3CDD
Black with #DB3CDD
Text Example
Text Example
White with #DB3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CDD; }
p { color: rgb(219,60,221); }
H1.HeaderClassName
{
color: #DB3CDD;
}
.AnyTagClassName
{
color: #DB3CDD;
}
</style>
background-color css
<style>
a { background-color: #DB3CDD; }
a { background-color: rgb(219,60,221); }
div.DivClassName
{
background-color: #DB3CDD;
}
.BgClassName
{
background-color: #DB3CDD;
}
</style>
border-color css
<style>
span { border-color: #DB3CDD; }
span { border-color: rgb(219,60,221); }
td.TdClassName
{
border-color: #DB3CDD;
}
.TagClassName
{
border-color: #DB3CDD;
}
</style>