Html Css Color HEX #D54FDB Free Speech Magenta
📋 copy color: '#D54FDB'red 213 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #D54FDB
Tints of Free Speech Magenta #D54FDB
RGB
CMYK
RGB Variations
Color information
#D54FDB (or 0xD54FDB) is known color: Free Speech Magenta. HEX triplet: D5, 4F and DB. RGB value is (213,79,219). Sum of RGB (Red+Green+Blue) = 213+79+219=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #D54FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FDB is #2AB024. Grayscale: #868686. Windows color (decimal): -2797605 or 14372821. OLE color: 14372821.
HSL color Cylindrical-coordinate representation of color #D54FDB: hue angle of 297.43º 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 #D54FDB is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 79 | 219 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.14 |
| HSL | 297.43º | 0.66% | 0.58% | - |
| HSV(B) | 297.43º | 0.64% | 0.86% | - |
| XYZ | 43.02 | 24.85 | 69.55 | - |
| YUV | 135.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 219 | 0.03 | 0.64 | 0 | 0.14 | 297.43 | 0.66 | 0.58 |
| Hex | D5 | 4F | DB | 3 | 40 | 0 | E | 129 | 42 | 3A |
| Octal | 325 | 117 | 333 | 3 | 100 | 0 | 16 | 451 | 102 | 72 |
| Binary | 11010101 | 1001111 | 11011011 | 11 | 1000000 | 0 | 1110 | 100101001 | 1000010 | 111010 |
Color Harmonies of #D54FDB
Complementary color
Monochromatic Colors of #D54FDB
Black with #D54FDB
Text Example
Text Example
White with #D54FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FDB; }
p { color: rgb(213,79,219); }
H1.HeaderClassName
{
color: #D54FDB;
}
.AnyTagClassName
{
color: #D54FDB;
}
</style>
background-color css
<style>
a { background-color: #D54FDB; }
a { background-color: rgb(213,79,219); }
div.DivClassName
{
background-color: #D54FDB;
}
.BgClassName
{
background-color: #D54FDB;
}
</style>
border-color css
<style>
span { border-color: #D54FDB; }
span { border-color: rgb(213,79,219); }
td.TdClassName
{
border-color: #D54FDB;
}
.TagClassName
{
border-color: #D54FDB;
}
</style>