Html Css Color HEX #DF65DC Free Speech Magenta
📋 copy color: '#DF65DC'red 223 ◦ green 101 ◦ blue 220
Shades of Free Speech Magenta #DF65DC
Tints of Free Speech Magenta #DF65DC
RGB
CMYK
RGB Variations
Color information
#DF65DC (or 0xDF65DC) is known color: Free Speech Magenta. HEX triplet: DF, 65 and DC. RGB value is (223,101,220). Sum of RGB (Red+Green+Blue) = 223+101+220=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65DC is #209A23. Grayscale: #969696. Windows color (decimal): -2136612 or 14443999. OLE color: 14443999.
HSL color Cylindrical-coordinate representation of color #DF65DC: hue angle of 301.48º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF65DC is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 220 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.13 |
| HSL | 301.48º | 0.66% | 0.64% | - |
| HSV(B) | 301.48º | 0.55% | 0.87% | - |
| XYZ | 48 | 30.16 | 71 | - |
| YUV | 151.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 220 | 0 | 0.55 | 0.01 | 0.13 | 301.48 | 0.66 | 0.64 |
| Hex | DF | 65 | DC | 0 | 37 | 1 | D | 12D | 42 | 40 |
| Octal | 337 | 145 | 334 | 0 | 67 | 1 | 15 | 455 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11011100 | 0 | 110111 | 1 | 1101 | 100101101 | 1000010 | 1000000 |
Color Harmonies of #DF65DC
Complementary color
Monochromatic Colors of #DF65DC
Black with #DF65DC
Text Example
Text Example
White with #DF65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65DC; }
p { color: rgb(223,101,220); }
H1.HeaderClassName
{
color: #DF65DC;
}
.AnyTagClassName
{
color: #DF65DC;
}
</style>
background-color css
<style>
a { background-color: #DF65DC; }
a { background-color: rgb(223,101,220); }
div.DivClassName
{
background-color: #DF65DC;
}
.BgClassName
{
background-color: #DF65DC;
}
</style>
border-color css
<style>
span { border-color: #DF65DC; }
span { border-color: rgb(223,101,220); }
td.TdClassName
{
border-color: #DF65DC;
}
.TagClassName
{
border-color: #DF65DC;
}
</style>