Html Css Color HEX #DB35D1 Free Speech Magenta
📋 copy color: '#DB35D1'red 219 ◦ green 53 ◦ blue 209
Shades of Free Speech Magenta #DB35D1
Tints of Free Speech Magenta #DB35D1
RGB
CMYK
RGB Variations
Color information
#DB35D1 (or 0xDB35D1) is known color: Free Speech Magenta. HEX triplet: DB, 35 and D1. RGB value is (219,53,209). Sum of RGB (Red+Green+Blue) = 219+53+209=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35D1 is #24CA2E. Grayscale: #777777. Windows color (decimal): -2411055 or 13710811. OLE color: 13710811.
HSL color Cylindrical-coordinate representation of color #DB35D1: hue angle of 303.61º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB35D1 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 209 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.14 |
| HSL | 303.61º | 0.7% | 0.53% | - |
| HSV(B) | 303.61º | 0.76% | 0.86% | - |
| XYZ | 42 | 22.21 | 62.4 | - |
| YUV | 120.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 209 | 0 | 0.76 | 0.05 | 0.14 | 303.61 | 0.7 | 0.53 |
| Hex | DB | 35 | D1 | 0 | 4C | 5 | E | 130 | 46 | 35 |
| Octal | 333 | 65 | 321 | 0 | 114 | 5 | 16 | 460 | 106 | 65 |
| Binary | 11011011 | 110101 | 11010001 | 0 | 1001100 | 101 | 1110 | 100110000 | 1000110 | 110101 |
Color Harmonies of #DB35D1
Complementary color
Monochromatic Colors of #DB35D1
Black with #DB35D1
Text Example
Text Example
White with #DB35D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35D1; }
p { color: rgb(219,53,209); }
H1.HeaderClassName
{
color: #DB35D1;
}
.AnyTagClassName
{
color: #DB35D1;
}
</style>
background-color css
<style>
a { background-color: #DB35D1; }
a { background-color: rgb(219,53,209); }
div.DivClassName
{
background-color: #DB35D1;
}
.BgClassName
{
background-color: #DB35D1;
}
</style>
border-color css
<style>
span { border-color: #DB35D1; }
span { border-color: rgb(219,53,209); }
td.TdClassName
{
border-color: #DB35D1;
}
.TagClassName
{
border-color: #DB35D1;
}
</style>