Html Css Color HEX #DF65E5 Free Speech Magenta
📋 copy color: '#DF65E5'red 223 ◦ green 101 ◦ blue 229
Shades of Free Speech Magenta #DF65E5
Tints of Free Speech Magenta #DF65E5
RGB
CMYK
RGB Variations
Color information
#DF65E5 (or 0xDF65E5) is known color: Free Speech Magenta. HEX triplet: DF, 65 and E5. RGB value is (223,101,229). Sum of RGB (Red+Green+Blue) = 223+101+229=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF65E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65E5 is #209A1A. Grayscale: #979797. Windows color (decimal): -2136603 or 15033823. OLE color: 15033823.
HSL color Cylindrical-coordinate representation of color #DF65E5: hue angle of 297.19º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF65E5 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 101 | 229 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.10 |
| HSL | 297.19º | 0.71% | 0.65% | - |
| HSV(B) | 297.19º | 0.56% | 0.9% | - |
| XYZ | 49.23 | 30.65 | 77.45 | - |
| YUV | 152.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 229 | 0.03 | 0.56 | 0 | 0.10 | 297.19 | 0.71 | 0.65 |
| Hex | DF | 65 | E5 | 3 | 38 | 0 | A | 129 | 47 | 41 |
| Octal | 337 | 145 | 345 | 3 | 70 | 0 | 12 | 451 | 107 | 101 |
| Binary | 11011111 | 1100101 | 11100101 | 11 | 111000 | 0 | 1010 | 100101001 | 1000111 | 1000001 |
Color Harmonies of #DF65E5
Complementary color
Monochromatic Colors of #DF65E5
Black with #DF65E5
Text Example
Text Example
White with #DF65E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65E5; }
p { color: rgb(223,101,229); }
H1.HeaderClassName
{
color: #DF65E5;
}
.AnyTagClassName
{
color: #DF65E5;
}
</style>
background-color css
<style>
a { background-color: #DF65E5; }
a { background-color: rgb(223,101,229); }
div.DivClassName
{
background-color: #DF65E5;
}
.BgClassName
{
background-color: #DF65E5;
}
</style>
border-color css
<style>
span { border-color: #DF65E5; }
span { border-color: rgb(223,101,229); }
td.TdClassName
{
border-color: #DF65E5;
}
.TagClassName
{
border-color: #DF65E5;
}
</style>