Html Css Color HEX #DF65BE Free Speech Magenta
📋 copy color: '#DF65BE'red 223 ◦ green 101 ◦ blue 190
Shades of Free Speech Magenta #DF65BE
Tints of Free Speech Magenta #DF65BE
RGB
CMYK
RGB Variations
Color information
#DF65BE (or 0xDF65BE) is known color: Free Speech Magenta. HEX triplet: DF, 65 and BE. RGB value is (223,101,190). Sum of RGB (Red+Green+Blue) = 223+101+190=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65BE is #209A41. Grayscale: #939393. Windows color (decimal): -2136642 or 12477919. OLE color: 12477919.
HSL color Cylindrical-coordinate representation of color #DF65BE: hue angle of 316.23º 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 #DF65BE is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 190 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.13 |
| HSL | 316.23º | 0.66% | 0.64% | - |
| HSV(B) | 316.23º | 0.55% | 0.87% | - |
| XYZ | 44.38 | 28.71 | 51.92 | - |
| YUV | 147.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 190 | 0 | 0.55 | 0.15 | 0.13 | 316.23 | 0.66 | 0.64 |
| Hex | DF | 65 | BE | 0 | 37 | F | D | 13C | 42 | 40 |
| Octal | 337 | 145 | 276 | 0 | 67 | 17 | 15 | 474 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10111110 | 0 | 110111 | 1111 | 1101 | 100111100 | 1000010 | 1000000 |
Color Harmonies of #DF65BE
Complementary color
Monochromatic Colors of #DF65BE
Black with #DF65BE
Text Example
Text Example
White with #DF65BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65BE; }
p { color: rgb(223,101,190); }
H1.HeaderClassName
{
color: #DF65BE;
}
.AnyTagClassName
{
color: #DF65BE;
}
</style>
background-color css
<style>
a { background-color: #DF65BE; }
a { background-color: rgb(223,101,190); }
div.DivClassName
{
background-color: #DF65BE;
}
.BgClassName
{
background-color: #DF65BE;
}
</style>
border-color css
<style>
span { border-color: #DF65BE; }
span { border-color: rgb(223,101,190); }
td.TdClassName
{
border-color: #DF65BE;
}
.TagClassName
{
border-color: #DF65BE;
}
</style>