Html Css Color HEX #DF59EF Free Speech Magenta

📋 copy color: '#DF59EF'

red 223 ◦ green 89 ◦ blue 239

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

Shades of Free Speech Magenta #DF59EF

Tints of Free Speech Magenta #DF59EF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.15%

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

R = 40.47%
G = 16.15%
B = 43.38%

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

#DF59EF (or 0xDF59EF) is known color: Free Speech Magenta. HEX triplet: DF, 59 and EF. RGB value is (223,89,239). Sum of RGB (Red+Green+Blue) = 223+89+239=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF59EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF59EF is #20A610. Grayscale: #919191. Windows color (decimal): -2139665 or 15686111. OLE color: 15686111.

HSL color Cylindrical-coordinate representation of color #DF59EF: hue angle of 293.6º degrees, saturation: 0.82, 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 #DF59EF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 89 239 -
CMYK 0.07 0.63 0 0.06
HSL 293.6º 0.82% 0.64% -
HSV(B) 293.6º 0.63% 0.94% -
XYZ 49.58 29.06 84.66 -
YUV 146.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 223 89 239 0.07 0.63 0 0.06 293.6 0.82 0.64
Hex DF 59 EF 7 3F 0 6 126 52 40
Octal 337 131 357 7 77 0 6 446 122 100
Binary 11011111 1011001 11101111 111 111111 0 110 100100110 1010010 1000000

Color Harmonies of #DF59EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF59EF

Black with #DF59EF

Text Example


Text Example

White with #DF59EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF59EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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