Html Css Color HEX #DB51D3 Free Speech Magenta
📋 copy color: '#DB51D3'red 219 ◦ green 81 ◦ blue 211
Shades of Free Speech Magenta #DB51D3
Tints of Free Speech Magenta #DB51D3
RGB
CMYK
RGB Variations
Color information
#DB51D3 (or 0xDB51D3) is known color: Free Speech Magenta. HEX triplet: DB, 51 and D3. RGB value is (219,81,211). Sum of RGB (Red+Green+Blue) = 219+81+211=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51D3 is #24AE2C. Grayscale: #888888. Windows color (decimal): -2403885 or 13849051. OLE color: 13849051.
HSL color Cylindrical-coordinate representation of color #DB51D3: hue angle of 303.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB51D3 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 211 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.14 |
| HSL | 303.48º | 0.66% | 0.59% | - |
| HSV(B) | 303.48º | 0.63% | 0.86% | - |
| XYZ | 43.91 | 25.65 | 64.26 | - |
| YUV | 137.08 | 169.72 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 211 | 0 | 0.63 | 0.04 | 0.14 | 303.48 | 0.66 | 0.59 |
| Hex | DB | 51 | D3 | 0 | 3F | 4 | E | 12F | 42 | 3B |
| Octal | 333 | 121 | 323 | 0 | 77 | 4 | 16 | 457 | 102 | 73 |
| Binary | 11011011 | 1010001 | 11010011 | 0 | 111111 | 100 | 1110 | 100101111 | 1000010 | 111011 |
Color Harmonies of #DB51D3
Complementary color
Monochromatic Colors of #DB51D3
Black with #DB51D3
Text Example
Text Example
White with #DB51D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51D3; }
p { color: rgb(219,81,211); }
H1.HeaderClassName
{
color: #DB51D3;
}
.AnyTagClassName
{
color: #DB51D3;
}
</style>
background-color css
<style>
a { background-color: #DB51D3; }
a { background-color: rgb(219,81,211); }
div.DivClassName
{
background-color: #DB51D3;
}
.BgClassName
{
background-color: #DB51D3;
}
</style>
border-color css
<style>
span { border-color: #DB51D3; }
span { border-color: rgb(219,81,211); }
td.TdClassName
{
border-color: #DB51D3;
}
.TagClassName
{
border-color: #DB51D3;
}
</style>