Html Css Color HEX #DF65D5 Free Speech Magenta
📋 copy color: '#DF65D5'red 223 ◦ green 101 ◦ blue 213
Shades of Free Speech Magenta #DF65D5
Tints of Free Speech Magenta #DF65D5
RGB
CMYK
RGB Variations
Color information
#DF65D5 (or 0xDF65D5) is known color: Free Speech Magenta. HEX triplet: DF, 65 and D5. RGB value is (223,101,213). Sum of RGB (Red+Green+Blue) = 223+101+213=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65D5 is #209A2A. Grayscale: #959595. Windows color (decimal): -2136619 or 13985247. OLE color: 13985247.
HSL color Cylindrical-coordinate representation of color #DF65D5: hue angle of 304.92º 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 #DF65D5 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 213 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.13 |
| HSL | 304.92º | 0.66% | 0.64% | - |
| HSV(B) | 304.92º | 0.55% | 0.87% | - |
| XYZ | 47.1 | 29.8 | 66.22 | - |
| YUV | 150.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 213 | 0 | 0.55 | 0.04 | 0.13 | 304.92 | 0.66 | 0.64 |
| Hex | DF | 65 | D5 | 0 | 37 | 4 | D | 131 | 42 | 40 |
| Octal | 337 | 145 | 325 | 0 | 67 | 4 | 15 | 461 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11010101 | 0 | 110111 | 100 | 1101 | 100110001 | 1000010 | 1000000 |
Color Harmonies of #DF65D5
Complementary color
Monochromatic Colors of #DF65D5
Black with #DF65D5
Text Example
Text Example
White with #DF65D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65D5; }
p { color: rgb(223,101,213); }
H1.HeaderClassName
{
color: #DF65D5;
}
.AnyTagClassName
{
color: #DF65D5;
}
</style>
background-color css
<style>
a { background-color: #DF65D5; }
a { background-color: rgb(223,101,213); }
div.DivClassName
{
background-color: #DF65D5;
}
.BgClassName
{
background-color: #DF65D5;
}
</style>
border-color css
<style>
span { border-color: #DF65D5; }
span { border-color: rgb(223,101,213); }
td.TdClassName
{
border-color: #DF65D5;
}
.TagClassName
{
border-color: #DF65D5;
}
</style>