Html Css Color HEX #DB4FD1 Free Speech Magenta
📋 copy color: '#DB4FD1'red 219 ◦ green 79 ◦ blue 209
Shades of Free Speech Magenta #DB4FD1
Tints of Free Speech Magenta #DB4FD1
RGB
CMYK
RGB Variations
Color information
#DB4FD1 (or 0xDB4FD1) is known color: Free Speech Magenta. HEX triplet: DB, 4F and D1. RGB value is (219,79,209). Sum of RGB (Red+Green+Blue) = 219+79+209=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FD1 is #24B02E. Grayscale: #878787. Windows color (decimal): -2404399 or 13717467. OLE color: 13717467.
HSL color Cylindrical-coordinate representation of color #DB4FD1: hue angle of 304.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4FD1 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 209 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.14 |
| HSL | 304.29º | 0.66% | 0.58% | - |
| HSV(B) | 304.29º | 0.64% | 0.86% | - |
| XYZ | 43.52 | 25.26 | 62.9 | - |
| YUV | 135.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 209 | 0 | 0.64 | 0.05 | 0.14 | 304.29 | 0.66 | 0.58 |
| Hex | DB | 4F | D1 | 0 | 40 | 5 | E | 130 | 42 | 3A |
| Octal | 333 | 117 | 321 | 0 | 100 | 5 | 16 | 460 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11010001 | 0 | 1000000 | 101 | 1110 | 100110000 | 1000010 | 111010 |
Color Harmonies of #DB4FD1
Complementary color
Monochromatic Colors of #DB4FD1
Black with #DB4FD1
Text Example
Text Example
White with #DB4FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FD1; }
p { color: rgb(219,79,209); }
H1.HeaderClassName
{
color: #DB4FD1;
}
.AnyTagClassName
{
color: #DB4FD1;
}
</style>
background-color css
<style>
a { background-color: #DB4FD1; }
a { background-color: rgb(219,79,209); }
div.DivClassName
{
background-color: #DB4FD1;
}
.BgClassName
{
background-color: #DB4FD1;
}
</style>
border-color css
<style>
span { border-color: #DB4FD1; }
span { border-color: rgb(219,79,209); }
td.TdClassName
{
border-color: #DB4FD1;
}
.TagClassName
{
border-color: #DB4FD1;
}
</style>