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