Html Css Color HEX #DF65DA Free Speech Magenta
📋 copy color: '#DF65DA'red 223 ◦ green 101 ◦ blue 218
Shades of Free Speech Magenta #DF65DA
Tints of Free Speech Magenta #DF65DA
RGB
CMYK
RGB Variations
Color information
#DF65DA (or 0xDF65DA) is known color: Free Speech Magenta. HEX triplet: DF, 65 and DA. RGB value is (223,101,218). Sum of RGB (Red+Green+Blue) = 223+101+218=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65DA is #209A25. Grayscale: #969696. Windows color (decimal): -2136614 or 14312927. OLE color: 14312927.
HSL color Cylindrical-coordinate representation of color #DF65DA: hue angle of 302.46º 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 #DF65DA is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 218 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.13 |
| HSL | 302.46º | 0.66% | 0.64% | - |
| HSV(B) | 302.46º | 0.55% | 0.87% | - |
| XYZ | 47.74 | 30.06 | 69.62 | - |
| YUV | 150.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 218 | 0 | 0.55 | 0.02 | 0.13 | 302.46 | 0.66 | 0.64 |
| Hex | DF | 65 | DA | 0 | 37 | 2 | D | 12E | 42 | 40 |
| Octal | 337 | 145 | 332 | 0 | 67 | 2 | 15 | 456 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11011010 | 0 | 110111 | 10 | 1101 | 100101110 | 1000010 | 1000000 |
Color Harmonies of #DF65DA
Complementary color
Monochromatic Colors of #DF65DA
Black with #DF65DA
Text Example
Text Example
White with #DF65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65DA; }
p { color: rgb(223,101,218); }
H1.HeaderClassName
{
color: #DF65DA;
}
.AnyTagClassName
{
color: #DF65DA;
}
</style>
background-color css
<style>
a { background-color: #DF65DA; }
a { background-color: rgb(223,101,218); }
div.DivClassName
{
background-color: #DF65DA;
}
.BgClassName
{
background-color: #DF65DA;
}
</style>
border-color css
<style>
span { border-color: #DF65DA; }
span { border-color: rgb(223,101,218); }
td.TdClassName
{
border-color: #DF65DA;
}
.TagClassName
{
border-color: #DF65DA;
}
</style>