Html Css Color HEX #DB39D5 Free Speech Magenta
📋 copy color: '#DB39D5'red 219 ◦ green 57 ◦ blue 213
Shades of Free Speech Magenta #DB39D5
Tints of Free Speech Magenta #DB39D5
RGB
CMYK
RGB Variations
Color information
#DB39D5 (or 0xDB39D5) is known color: Free Speech Magenta. HEX triplet: DB, 39 and D5. RGB value is (219,57,213). Sum of RGB (Red+Green+Blue) = 219+57+213=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39D5 is #24C62A. Grayscale: #7A7A7A. Windows color (decimal): -2410027 or 13973979. OLE color: 13973979.
HSL color Cylindrical-coordinate representation of color #DB39D5: hue angle of 302.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB39D5 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 213 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.14 |
| HSL | 302.22º | 0.69% | 0.54% | - |
| HSV(B) | 302.22º | 0.74% | 0.86% | - |
| XYZ | 42.69 | 22.79 | 65.1 | - |
| YUV | 123.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 213 | 0 | 0.74 | 0.03 | 0.14 | 302.22 | 0.69 | 0.54 |
| Hex | DB | 39 | D5 | 0 | 4A | 3 | E | 12E | 45 | 36 |
| Octal | 333 | 71 | 325 | 0 | 112 | 3 | 16 | 456 | 105 | 66 |
| Binary | 11011011 | 111001 | 11010101 | 0 | 1001010 | 11 | 1110 | 100101110 | 1000101 | 110110 |
Color Harmonies of #DB39D5
Complementary color
Monochromatic Colors of #DB39D5
Black with #DB39D5
Text Example
Text Example
White with #DB39D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39D5; }
p { color: rgb(219,57,213); }
H1.HeaderClassName
{
color: #DB39D5;
}
.AnyTagClassName
{
color: #DB39D5;
}
</style>
background-color css
<style>
a { background-color: #DB39D5; }
a { background-color: rgb(219,57,213); }
div.DivClassName
{
background-color: #DB39D5;
}
.BgClassName
{
background-color: #DB39D5;
}
</style>
border-color css
<style>
span { border-color: #DB39D5; }
span { border-color: rgb(219,57,213); }
td.TdClassName
{
border-color: #DB39D5;
}
.TagClassName
{
border-color: #DB39D5;
}
</style>