Html Css Color HEX #D14FDB Free Speech Magenta
📋 copy color: '#D14FDB'red 209 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #D14FDB
Tints of Free Speech Magenta #D14FDB
RGB
CMYK
RGB Variations
Color information
#D14FDB (or 0xD14FDB) is known color: Free Speech Magenta. HEX triplet: D1, 4F and DB. RGB value is (209,79,219). Sum of RGB (Red+Green+Blue) = 209+79+219=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #D14FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14FDB is #2EB024. Grayscale: #858585. Windows color (decimal): -3059749 or 14372817. OLE color: 14372817.
HSL color Cylindrical-coordinate representation of color #D14FDB: hue angle of 295.71º 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 #D14FDB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 79 | 219 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.14 |
| HSL | 295.71º | 0.66% | 0.58% | - |
| HSV(B) | 295.71º | 0.64% | 0.86% | - |
| XYZ | 41.88 | 24.26 | 69.49 | - |
| YUV | 133.83 | 176.07 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 219 | 0.05 | 0.64 | 0 | 0.14 | 295.71 | 0.66 | 0.58 |
| Hex | D1 | 4F | DB | 5 | 40 | 0 | E | 128 | 42 | 3A |
| Octal | 321 | 117 | 333 | 5 | 100 | 0 | 16 | 450 | 102 | 72 |
| Binary | 11010001 | 1001111 | 11011011 | 101 | 1000000 | 0 | 1110 | 100101000 | 1000010 | 111010 |
Color Harmonies of #D14FDB
Complementary color
Monochromatic Colors of #D14FDB
Black with #D14FDB
Text Example
Text Example
White with #D14FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14FDB; }
p { color: rgb(209,79,219); }
H1.HeaderClassName
{
color: #D14FDB;
}
.AnyTagClassName
{
color: #D14FDB;
}
</style>
background-color css
<style>
a { background-color: #D14FDB; }
a { background-color: rgb(209,79,219); }
div.DivClassName
{
background-color: #D14FDB;
}
.BgClassName
{
background-color: #D14FDB;
}
</style>
border-color css
<style>
span { border-color: #D14FDB; }
span { border-color: rgb(209,79,219); }
td.TdClassName
{
border-color: #D14FDB;
}
.TagClassName
{
border-color: #D14FDB;
}
</style>