Html Css Color HEX #DF58EF Free Speech Magenta

📋 copy color: '#DF58EF'

red 223 ◦ green 88 ◦ blue 239

#DF58EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DF58EF

Tints of Free Speech Magenta #DF58EF

RGB

 RED value IS 223 (87.5% from 255) = 40.55%

 GREEN value IS 88 (34.77% from 255) = 16%

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 40.55%
G = 16%
B = 43.45%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF58EF (or 0xDF58EF) is known color: Free Speech Magenta. HEX triplet: DF, 58 and EF. RGB value is (223,88,239). Sum of RGB (Red+Green+Blue) = 223+88+239=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF58EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58EF is #20A710. Grayscale: #919191. Windows color (decimal): -2139921 or 15685855. OLE color: 15685855.

HSL color Cylindrical-coordinate representation of color #DF58EF: hue angle of 293.64º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF58EF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 88 239 -
CMYK 0.07 0.63 0 0.06
HSL 293.64º 0.83% 0.64% -
HSV(B) 293.64º 0.63% 0.94% -
XYZ 49.5 28.9 84.63 -
YUV 145.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 223 88 239 0.07 0.63 0 0.06 293.64 0.83 0.64
Hex DF 58 EF 7 3F 0 6 126 53 40
Octal 337 130 357 7 77 0 6 446 123 100
Binary 11011111 1011000 11101111 111 111111 0 110 100100110 1010011 1000000

Color Harmonies of #DF58EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF58EF

Black with #DF58EF

Text Example


Text Example

White with #DF58EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF58EF; }

 p { color: rgb(223,88,239); }

 H1.HeaderClassName
 {
   color: #DF58EF;
 }
 .AnyTagClassName
 {
   color: #DF58EF;
 }
</style>

background-color css

<style>
 a { background-color: #DF58EF; }

 a { background-color: rgb(223,88,239); }

 div.DivClassName
 {
   background-color: #DF58EF;
 }
 .BgClassName
 {
   background-color: #DF58EF;
 }
</style>

border-color css

<style>
 span { border-color: #DF58EF; }

 span { border-color: rgb(223,88,239); }

 td.TdClassName
 {
   border-color: #DF58EF;
 }
 .TagClassName
 {
   border-color: #DF58EF;
 }
</style>