Html Css Color HEX #DB4FD2 Free Speech Magenta
📋 copy color: '#DB4FD2'red 219 ◦ green 79 ◦ blue 210
Shades of Free Speech Magenta #DB4FD2
Tints of Free Speech Magenta #DB4FD2
RGB
CMYK
RGB Variations
Color information
#DB4FD2 (or 0xDB4FD2) is known color: Free Speech Magenta. HEX triplet: DB, 4F and D2. RGB value is (219,79,210). Sum of RGB (Red+Green+Blue) = 219+79+210=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FD2 is #24B02D. Grayscale: #878787. Windows color (decimal): -2404398 or 13783003. OLE color: 13783003.
HSL color Cylindrical-coordinate representation of color #DB4FD2: hue angle of 303.86º 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 #DB4FD2 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 210 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.14 |
| HSL | 303.86º | 0.66% | 0.58% | - |
| HSV(B) | 303.86º | 0.64% | 0.86% | - |
| XYZ | 43.64 | 25.31 | 63.56 | - |
| YUV | 135.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 210 | 0 | 0.64 | 0.04 | 0.14 | 303.86 | 0.66 | 0.58 |
| Hex | DB | 4F | D2 | 0 | 40 | 4 | E | 130 | 42 | 3A |
| Octal | 333 | 117 | 322 | 0 | 100 | 4 | 16 | 460 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11010010 | 0 | 1000000 | 100 | 1110 | 100110000 | 1000010 | 111010 |
Color Harmonies of #DB4FD2
Complementary color
Monochromatic Colors of #DB4FD2
Black with #DB4FD2
Text Example
Text Example
White with #DB4FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FD2; }
p { color: rgb(219,79,210); }
H1.HeaderClassName
{
color: #DB4FD2;
}
.AnyTagClassName
{
color: #DB4FD2;
}
</style>
background-color css
<style>
a { background-color: #DB4FD2; }
a { background-color: rgb(219,79,210); }
div.DivClassName
{
background-color: #DB4FD2;
}
.BgClassName
{
background-color: #DB4FD2;
}
</style>
border-color css
<style>
span { border-color: #DB4FD2; }
span { border-color: rgb(219,79,210); }
td.TdClassName
{
border-color: #DB4FD2;
}
.TagClassName
{
border-color: #DB4FD2;
}
</style>