Html Css Color HEX #DB4FC1 Free Speech Magenta
📋 copy color: '#DB4FC1'red 219 ◦ green 79 ◦ blue 193
Shades of Free Speech Magenta #DB4FC1
Tints of Free Speech Magenta #DB4FC1
RGB
CMYK
RGB Variations
Color information
#DB4FC1 (or 0xDB4FC1) is known color: Free Speech Magenta. HEX triplet: DB, 4F and C1. RGB value is (219,79,193). Sum of RGB (Red+Green+Blue) = 219+79+193=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FC1 is #24B03E. Grayscale: #858585. Windows color (decimal): -2404415 or 12668891. OLE color: 12668891.
HSL color Cylindrical-coordinate representation of color #DB4FC1: hue angle of 311.14º 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 #DB4FC1 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 193 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.14 |
| HSL | 311.14º | 0.66% | 0.58% | - |
| HSV(B) | 311.14º | 0.64% | 0.86% | - |
| XYZ | 41.64 | 24.5 | 52.99 | - |
| YUV | 133.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 193 | 0 | 0.64 | 0.12 | 0.14 | 311.14 | 0.66 | 0.58 |
| Hex | DB | 4F | C1 | 0 | 40 | C | E | 137 | 42 | 3A |
| Octal | 333 | 117 | 301 | 0 | 100 | 14 | 16 | 467 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11000001 | 0 | 1000000 | 1100 | 1110 | 100110111 | 1000010 | 111010 |
Color Harmonies of #DB4FC1
Complementary color
Monochromatic Colors of #DB4FC1
Black with #DB4FC1
Text Example
Text Example
White with #DB4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FC1; }
p { color: rgb(219,79,193); }
H1.HeaderClassName
{
color: #DB4FC1;
}
.AnyTagClassName
{
color: #DB4FC1;
}
</style>
background-color css
<style>
a { background-color: #DB4FC1; }
a { background-color: rgb(219,79,193); }
div.DivClassName
{
background-color: #DB4FC1;
}
.BgClassName
{
background-color: #DB4FC1;
}
</style>
border-color css
<style>
span { border-color: #DB4FC1; }
span { border-color: rgb(219,79,193); }
td.TdClassName
{
border-color: #DB4FC1;
}
.TagClassName
{
border-color: #DB4FC1;
}
</style>