Html Css Color HEX #DB4FCE Free Speech Magenta
📋 copy color: '#DB4FCE'red 219 ◦ green 79 ◦ blue 206
Shades of Free Speech Magenta #DB4FCE
Tints of Free Speech Magenta #DB4FCE
RGB
CMYK
RGB Variations
Color information
#DB4FCE (or 0xDB4FCE) is known color: Free Speech Magenta. HEX triplet: DB, 4F and CE. RGB value is (219,79,206). Sum of RGB (Red+Green+Blue) = 219+79+206=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FCE is #24B031. Grayscale: #868686. Windows color (decimal): -2404402 or 13520859. OLE color: 13520859.
HSL color Cylindrical-coordinate representation of color #DB4FCE: hue angle of 305.57º 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 #DB4FCE is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 206 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.14 |
| HSL | 305.57º | 0.66% | 0.58% | - |
| HSV(B) | 305.57º | 0.64% | 0.86% | - |
| XYZ | 43.15 | 25.11 | 60.96 | - |
| YUV | 135.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 206 | 0 | 0.64 | 0.06 | 0.14 | 305.57 | 0.66 | 0.58 |
| Hex | DB | 4F | CE | 0 | 40 | 6 | E | 132 | 42 | 3A |
| Octal | 333 | 117 | 316 | 0 | 100 | 6 | 16 | 462 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11001110 | 0 | 1000000 | 110 | 1110 | 100110010 | 1000010 | 111010 |
Color Harmonies of #DB4FCE
Complementary color
Monochromatic Colors of #DB4FCE
Black with #DB4FCE
Text Example
Text Example
White with #DB4FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FCE; }
p { color: rgb(219,79,206); }
H1.HeaderClassName
{
color: #DB4FCE;
}
.AnyTagClassName
{
color: #DB4FCE;
}
</style>
background-color css
<style>
a { background-color: #DB4FCE; }
a { background-color: rgb(219,79,206); }
div.DivClassName
{
background-color: #DB4FCE;
}
.BgClassName
{
background-color: #DB4FCE;
}
</style>
border-color css
<style>
span { border-color: #DB4FCE; }
span { border-color: rgb(219,79,206); }
td.TdClassName
{
border-color: #DB4FCE;
}
.TagClassName
{
border-color: #DB4FCE;
}
</style>