Html Css Color HEX #DB35DF Free Speech Magenta
📋 copy color: '#DB35DF'red 219 ◦ green 53 ◦ blue 223
Shades of Free Speech Magenta #DB35DF
Tints of Free Speech Magenta #DB35DF
RGB
CMYK
RGB Variations
Color information
#DB35DF (or 0xDB35DF) is known color: Free Speech Magenta. HEX triplet: DB, 35 and DF. RGB value is (219,53,223). Sum of RGB (Red+Green+Blue) = 219+53+223=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB35DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35DF is #24CA20. Grayscale: #797979. Windows color (decimal): -2411041 or 14628315. OLE color: 14628315.
HSL color Cylindrical-coordinate representation of color #DB35DF: hue angle of 298.59º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB35DF is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 53 | 223 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.13 |
| HSL | 298.59º | 0.73% | 0.54% | - |
| HSV(B) | 298.59º | 0.76% | 0.87% | - |
| XYZ | 43.81 | 22.93 | 71.93 | - |
| YUV | 122.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 223 | 0.02 | 0.76 | 0 | 0.13 | 298.59 | 0.73 | 0.54 |
| Hex | DB | 35 | DF | 2 | 4C | 0 | D | 12B | 49 | 36 |
| Octal | 333 | 65 | 337 | 2 | 114 | 0 | 15 | 453 | 111 | 66 |
| Binary | 11011011 | 110101 | 11011111 | 10 | 1001100 | 0 | 1101 | 100101011 | 1001001 | 110110 |
Color Harmonies of #DB35DF
Complementary color
Monochromatic Colors of #DB35DF
Black with #DB35DF
Text Example
Text Example
White with #DB35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35DF; }
p { color: rgb(219,53,223); }
H1.HeaderClassName
{
color: #DB35DF;
}
.AnyTagClassName
{
color: #DB35DF;
}
</style>
background-color css
<style>
a { background-color: #DB35DF; }
a { background-color: rgb(219,53,223); }
div.DivClassName
{
background-color: #DB35DF;
}
.BgClassName
{
background-color: #DB35DF;
}
</style>
border-color css
<style>
span { border-color: #DB35DF; }
span { border-color: rgb(219,53,223); }
td.TdClassName
{
border-color: #DB35DF;
}
.TagClassName
{
border-color: #DB35DF;
}
</style>