Html Css Color HEX #DF65D6 Free Speech Magenta
📋 copy color: '#DF65D6'red 223 ◦ green 101 ◦ blue 214
Shades of Free Speech Magenta #DF65D6
Tints of Free Speech Magenta #DF65D6
RGB
CMYK
RGB Variations
Color information
#DF65D6 (or 0xDF65D6) is known color: Free Speech Magenta. HEX triplet: DF, 65 and D6. RGB value is (223,101,214). Sum of RGB (Red+Green+Blue) = 223+101+214=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65D6 is #209A29. Grayscale: #969696. Windows color (decimal): -2136618 or 14050783. OLE color: 14050783.
HSL color Cylindrical-coordinate representation of color #DF65D6: hue angle of 304.43º 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 #DF65D6 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 214 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.13 |
| HSL | 304.43º | 0.66% | 0.64% | - |
| HSV(B) | 304.43º | 0.55% | 0.87% | - |
| XYZ | 47.22 | 29.85 | 66.89 | - |
| YUV | 150.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 214 | 0 | 0.55 | 0.04 | 0.13 | 304.43 | 0.66 | 0.64 |
| Hex | DF | 65 | D6 | 0 | 37 | 4 | D | 130 | 42 | 40 |
| Octal | 337 | 145 | 326 | 0 | 67 | 4 | 15 | 460 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11010110 | 0 | 110111 | 100 | 1101 | 100110000 | 1000010 | 1000000 |
Color Harmonies of #DF65D6
Complementary color
Monochromatic Colors of #DF65D6
Black with #DF65D6
Text Example
Text Example
White with #DF65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65D6; }
p { color: rgb(223,101,214); }
H1.HeaderClassName
{
color: #DF65D6;
}
.AnyTagClassName
{
color: #DF65D6;
}
</style>
background-color css
<style>
a { background-color: #DF65D6; }
a { background-color: rgb(223,101,214); }
div.DivClassName
{
background-color: #DF65D6;
}
.BgClassName
{
background-color: #DF65D6;
}
</style>
border-color css
<style>
span { border-color: #DF65D6; }
span { border-color: rgb(223,101,214); }
td.TdClassName
{
border-color: #DF65D6;
}
.TagClassName
{
border-color: #DF65D6;
}
</style>