Html Css Color HEX #DF65E4 Free Speech Magenta
📋 copy color: '#DF65E4'red 223 ◦ green 101 ◦ blue 228
Shades of Free Speech Magenta #DF65E4
Tints of Free Speech Magenta #DF65E4
RGB
CMYK
RGB Variations
Color information
#DF65E4 (or 0xDF65E4) is known color: Free Speech Magenta. HEX triplet: DF, 65 and E4. RGB value is (223,101,228). Sum of RGB (Red+Green+Blue) = 223+101+228=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF65E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65E4 is #209A1B. Grayscale: #979797. Windows color (decimal): -2136604 or 14968287. OLE color: 14968287.
HSL color Cylindrical-coordinate representation of color #DF65E4: hue angle of 297.64º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF65E4 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 101 | 228 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.11 |
| HSL | 297.64º | 0.7% | 0.65% | - |
| HSV(B) | 297.64º | 0.56% | 0.89% | - |
| XYZ | 49.09 | 30.6 | 76.72 | - |
| YUV | 151.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 228 | 0.02 | 0.56 | 0 | 0.11 | 297.64 | 0.7 | 0.65 |
| Hex | DF | 65 | E4 | 2 | 38 | 0 | B | 12A | 46 | 41 |
| Octal | 337 | 145 | 344 | 2 | 70 | 0 | 13 | 452 | 106 | 101 |
| Binary | 11011111 | 1100101 | 11100100 | 10 | 111000 | 0 | 1011 | 100101010 | 1000110 | 1000001 |
Color Harmonies of #DF65E4
Complementary color
Monochromatic Colors of #DF65E4
Black with #DF65E4
Text Example
Text Example
White with #DF65E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65E4; }
p { color: rgb(223,101,228); }
H1.HeaderClassName
{
color: #DF65E4;
}
.AnyTagClassName
{
color: #DF65E4;
}
</style>
background-color css
<style>
a { background-color: #DF65E4; }
a { background-color: rgb(223,101,228); }
div.DivClassName
{
background-color: #DF65E4;
}
.BgClassName
{
background-color: #DF65E4;
}
</style>
border-color css
<style>
span { border-color: #DF65E4; }
span { border-color: rgb(223,101,228); }
td.TdClassName
{
border-color: #DF65E4;
}
.TagClassName
{
border-color: #DF65E4;
}
</style>