Html Css Color HEX #DF65D8 Free Speech Magenta
📋 copy color: '#DF65D8'red 223 ◦ green 101 ◦ blue 216
Shades of Free Speech Magenta #DF65D8
Tints of Free Speech Magenta #DF65D8
RGB
CMYK
RGB Variations
Color information
#DF65D8 (or 0xDF65D8) is known color: Free Speech Magenta. HEX triplet: DF, 65 and D8. RGB value is (223,101,216). Sum of RGB (Red+Green+Blue) = 223+101+216=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65D8 is #209A27. Grayscale: #969696. Windows color (decimal): -2136616 or 14181855. OLE color: 14181855.
HSL color Cylindrical-coordinate representation of color #DF65D8: hue angle of 303.44º 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 #DF65D8 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 216 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.13 |
| HSL | 303.44º | 0.66% | 0.64% | - |
| HSV(B) | 303.44º | 0.55% | 0.87% | - |
| XYZ | 47.48 | 29.95 | 68.24 | - |
| YUV | 150.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 216 | 0 | 0.55 | 0.03 | 0.13 | 303.44 | 0.66 | 0.64 |
| Hex | DF | 65 | D8 | 0 | 37 | 3 | D | 12F | 42 | 40 |
| Octal | 337 | 145 | 330 | 0 | 67 | 3 | 15 | 457 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11011000 | 0 | 110111 | 11 | 1101 | 100101111 | 1000010 | 1000000 |
Color Harmonies of #DF65D8
Complementary color
Monochromatic Colors of #DF65D8
Black with #DF65D8
Text Example
Text Example
White with #DF65D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65D8; }
p { color: rgb(223,101,216); }
H1.HeaderClassName
{
color: #DF65D8;
}
.AnyTagClassName
{
color: #DF65D8;
}
</style>
background-color css
<style>
a { background-color: #DF65D8; }
a { background-color: rgb(223,101,216); }
div.DivClassName
{
background-color: #DF65D8;
}
.BgClassName
{
background-color: #DF65D8;
}
</style>
border-color css
<style>
span { border-color: #DF65D8; }
span { border-color: rgb(223,101,216); }
td.TdClassName
{
border-color: #DF65D8;
}
.TagClassName
{
border-color: #DF65D8;
}
</style>