Html Css Color HEX #DF55DB Free Speech Magenta
📋 copy color: '#DF55DB'red 223 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #DF55DB
Tints of Free Speech Magenta #DF55DB
RGB
CMYK
RGB Variations
Color information
#DF55DB (or 0xDF55DB) is known color: Free Speech Magenta. HEX triplet: DF, 55 and DB. RGB value is (223,85,219). Sum of RGB (Red+Green+Blue) = 223+85+219=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55DB is #20AA24. Grayscale: #8D8D8D. Windows color (decimal): -2140709 or 14374367. OLE color: 14374367.
HSL color Cylindrical-coordinate representation of color #DF55DB: hue angle of 301.74º 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 #DF55DB is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 219 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.13 |
| HSL | 301.74º | 0.68% | 0.6% | - |
| HSV(B) | 301.74º | 0.62% | 0.87% | - |
| XYZ | 46.47 | 27.3 | 69.84 | - |
| YUV | 141.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 219 | 0 | 0.62 | 0.02 | 0.13 | 301.74 | 0.68 | 0.6 |
| Hex | DF | 55 | DB | 0 | 3E | 2 | D | 12E | 44 | 3C |
| Octal | 337 | 125 | 333 | 0 | 76 | 2 | 15 | 456 | 104 | 74 |
| Binary | 11011111 | 1010101 | 11011011 | 0 | 111110 | 10 | 1101 | 100101110 | 1000100 | 111100 |
Color Harmonies of #DF55DB
Complementary color
Monochromatic Colors of #DF55DB
Black with #DF55DB
Text Example
Text Example
White with #DF55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55DB; }
p { color: rgb(223,85,219); }
H1.HeaderClassName
{
color: #DF55DB;
}
.AnyTagClassName
{
color: #DF55DB;
}
</style>
background-color css
<style>
a { background-color: #DF55DB; }
a { background-color: rgb(223,85,219); }
div.DivClassName
{
background-color: #DF55DB;
}
.BgClassName
{
background-color: #DF55DB;
}
</style>
border-color css
<style>
span { border-color: #DF55DB; }
span { border-color: rgb(223,85,219); }
td.TdClassName
{
border-color: #DF55DB;
}
.TagClassName
{
border-color: #DF55DB;
}
</style>