Html Css Color HEX #DB39DF Free Speech Magenta
📋 copy color: '#DB39DF'red 219 ◦ green 57 ◦ blue 223
Shades of Free Speech Magenta #DB39DF
Tints of Free Speech Magenta #DB39DF
RGB
CMYK
RGB Variations
Color information
#DB39DF (or 0xDB39DF) is known color: Free Speech Magenta. HEX triplet: DB, 39 and DF. RGB value is (219,57,223). Sum of RGB (Red+Green+Blue) = 219+57+223=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB39DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39DF is #24C620. Grayscale: #7B7B7B. Windows color (decimal): -2410017 or 14629339. OLE color: 14629339.
HSL color Cylindrical-coordinate representation of color #DB39DF: hue angle of 298.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB39DF is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 57 | 223 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.13 |
| HSL | 298.55º | 0.72% | 0.55% | - |
| HSV(B) | 298.55º | 0.74% | 0.87% | - |
| XYZ | 44 | 23.31 | 71.99 | - |
| YUV | 124.36 | 183.67 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 223 | 0.02 | 0.74 | 0 | 0.13 | 298.55 | 0.72 | 0.55 |
| Hex | DB | 39 | DF | 2 | 4A | 0 | D | 12B | 48 | 37 |
| Octal | 333 | 71 | 337 | 2 | 112 | 0 | 15 | 453 | 110 | 67 |
| Binary | 11011011 | 111001 | 11011111 | 10 | 1001010 | 0 | 1101 | 100101011 | 1001000 | 110111 |
Color Harmonies of #DB39DF
Complementary color
Monochromatic Colors of #DB39DF
Black with #DB39DF
Text Example
Text Example
White with #DB39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39DF; }
p { color: rgb(219,57,223); }
H1.HeaderClassName
{
color: #DB39DF;
}
.AnyTagClassName
{
color: #DB39DF;
}
</style>
background-color css
<style>
a { background-color: #DB39DF; }
a { background-color: rgb(219,57,223); }
div.DivClassName
{
background-color: #DB39DF;
}
.BgClassName
{
background-color: #DB39DF;
}
</style>
border-color css
<style>
span { border-color: #DB39DF; }
span { border-color: rgb(219,57,223); }
td.TdClassName
{
border-color: #DB39DF;
}
.TagClassName
{
border-color: #DB39DF;
}
</style>