Html Css Color HEX #DB4FC4 Free Speech Magenta
📋 copy color: '#DB4FC4'red 219 ◦ green 79 ◦ blue 196
Shades of Free Speech Magenta #DB4FC4
Tints of Free Speech Magenta #DB4FC4
RGB
CMYK
RGB Variations
Color information
#DB4FC4 (or 0xDB4FC4) is known color: Free Speech Magenta. HEX triplet: DB, 4F and C4. RGB value is (219,79,196). Sum of RGB (Red+Green+Blue) = 219+79+196=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FC4 is #24B03B. Grayscale: #858585. Windows color (decimal): -2404412 or 12865499. OLE color: 12865499.
HSL color Cylindrical-coordinate representation of color #DB4FC4: hue angle of 309.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 #DB4FC4 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 196 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.14 |
| HSL | 309.86º | 0.66% | 0.58% | - |
| HSV(B) | 309.86º | 0.64% | 0.86% | - |
| XYZ | 41.97 | 24.64 | 54.77 | - |
| YUV | 134.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 196 | 0 | 0.64 | 0.11 | 0.14 | 309.86 | 0.66 | 0.58 |
| Hex | DB | 4F | C4 | 0 | 40 | B | E | 136 | 42 | 3A |
| Octal | 333 | 117 | 304 | 0 | 100 | 13 | 16 | 466 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11000100 | 0 | 1000000 | 1011 | 1110 | 100110110 | 1000010 | 111010 |
Color Harmonies of #DB4FC4
Complementary color
Monochromatic Colors of #DB4FC4
Black with #DB4FC4
Text Example
Text Example
White with #DB4FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FC4; }
p { color: rgb(219,79,196); }
H1.HeaderClassName
{
color: #DB4FC4;
}
.AnyTagClassName
{
color: #DB4FC4;
}
</style>
background-color css
<style>
a { background-color: #DB4FC4; }
a { background-color: rgb(219,79,196); }
div.DivClassName
{
background-color: #DB4FC4;
}
.BgClassName
{
background-color: #DB4FC4;
}
</style>
border-color css
<style>
span { border-color: #DB4FC4; }
span { border-color: rgb(219,79,196); }
td.TdClassName
{
border-color: #DB4FC4;
}
.TagClassName
{
border-color: #DB4FC4;
}
</style>