Html Css Color HEX #D14BDB Free Speech Magenta
📋 copy color: '#D14BDB'red 209 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #D14BDB
Tints of Free Speech Magenta #D14BDB
RGB
CMYK
RGB Variations
Color information
#D14BDB (or 0xD14BDB) is known color: Free Speech Magenta. HEX triplet: D1, 4B and DB. RGB value is (209,75,219). Sum of RGB (Red+Green+Blue) = 209+75+219=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #D14BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BDB is #2EB424. Grayscale: #838383. Windows color (decimal): -3060773 or 14371793. OLE color: 14371793.
HSL color Cylindrical-coordinate representation of color #D14BDB: hue angle of 295.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14BDB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 75 | 219 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.14 |
| HSL | 295.83º | 0.67% | 0.58% | - |
| HSV(B) | 295.83º | 0.66% | 0.86% | - |
| XYZ | 41.6 | 23.7 | 69.4 | - |
| YUV | 131.48 | 177.39 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 219 | 0.05 | 0.66 | 0 | 0.14 | 295.83 | 0.67 | 0.58 |
| Hex | D1 | 4B | DB | 5 | 42 | 0 | E | 128 | 43 | 3A |
| Octal | 321 | 113 | 333 | 5 | 102 | 0 | 16 | 450 | 103 | 72 |
| Binary | 11010001 | 1001011 | 11011011 | 101 | 1000010 | 0 | 1110 | 100101000 | 1000011 | 111010 |
Color Harmonies of #D14BDB
Complementary color
Monochromatic Colors of #D14BDB
Black with #D14BDB
Text Example
Text Example
White with #D14BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BDB; }
p { color: rgb(209,75,219); }
H1.HeaderClassName
{
color: #D14BDB;
}
.AnyTagClassName
{
color: #D14BDB;
}
</style>
background-color css
<style>
a { background-color: #D14BDB; }
a { background-color: rgb(209,75,219); }
div.DivClassName
{
background-color: #D14BDB;
}
.BgClassName
{
background-color: #D14BDB;
}
</style>
border-color css
<style>
span { border-color: #D14BDB; }
span { border-color: rgb(209,75,219); }
td.TdClassName
{
border-color: #D14BDB;
}
.TagClassName
{
border-color: #D14BDB;
}
</style>