Html Css Color HEX #DF54DB Free Speech Magenta
📋 copy color: '#DF54DB'red 223 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #DF54DB
Tints of Free Speech Magenta #DF54DB
RGB
CMYK
RGB Variations
Color information
#DF54DB (or 0xDF54DB) is known color: Free Speech Magenta. HEX triplet: DF, 54 and DB. RGB value is (223,84,219). Sum of RGB (Red+Green+Blue) = 223+84+219=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF54DB is #20AB24. Grayscale: #8C8C8C. Windows color (decimal): -2140965 or 14374111. OLE color: 14374111.
HSL color Cylindrical-coordinate representation of color #DF54DB: hue angle of 301.73º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF54DB is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 219 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.13 |
| HSL | 301.73º | 0.68% | 0.6% | - |
| HSV(B) | 301.73º | 0.62% | 0.87% | - |
| XYZ | 46.39 | 27.14 | 69.81 | - |
| YUV | 140.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 219 | 0 | 0.62 | 0.02 | 0.13 | 301.73 | 0.68 | 0.6 |
| Hex | DF | 54 | DB | 0 | 3E | 2 | D | 12E | 44 | 3C |
| Octal | 337 | 124 | 333 | 0 | 76 | 2 | 15 | 456 | 104 | 74 |
| Binary | 11011111 | 1010100 | 11011011 | 0 | 111110 | 10 | 1101 | 100101110 | 1000100 | 111100 |
Color Harmonies of #DF54DB
Complementary color
Monochromatic Colors of #DF54DB
Black with #DF54DB
Text Example
Text Example
White with #DF54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF54DB; }
p { color: rgb(223,84,219); }
H1.HeaderClassName
{
color: #DF54DB;
}
.AnyTagClassName
{
color: #DF54DB;
}
</style>
background-color css
<style>
a { background-color: #DF54DB; }
a { background-color: rgb(223,84,219); }
div.DivClassName
{
background-color: #DF54DB;
}
.BgClassName
{
background-color: #DF54DB;
}
</style>
border-color css
<style>
span { border-color: #DF54DB; }
span { border-color: rgb(223,84,219); }
td.TdClassName
{
border-color: #DF54DB;
}
.TagClassName
{
border-color: #DF54DB;
}
</style>