Html Css Color HEX #DF5EE6 Free Speech Magenta

📋 copy color: '#DF5EE6'

red 223 ◦ green 94 ◦ blue 230

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

Shades of Free Speech Magenta #DF5EE6

Tints of Free Speech Magenta #DF5EE6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.18%

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 40.77%
G = 17.18%
B = 42.05%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF5EE6 (or 0xDF5EE6) is known color: Free Speech Magenta. HEX triplet: DF, 5E and E6. RGB value is (223,94,230). Sum of RGB (Red+Green+Blue) = 223+94+230=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF5EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5EE6 is #20A119. Grayscale: #939393. Windows color (decimal): -2138394 or 15097567. OLE color: 15097567.

HSL color Cylindrical-coordinate representation of color #DF5EE6: hue angle of 296.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5EE6 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 94 230 -
CMYK 0.03 0.59 0 0.10
HSL 296.91º 0.73% 0.64% -
HSV(B) 296.91º 0.59% 0.9% -
XYZ 48.72 29.41 77.97 -
YUV 148.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 223 94 230 0.03 0.59 0 0.10 296.91 0.73 0.64
Hex DF 5E E6 3 3B 0 A 129 49 40
Octal 337 136 346 3 73 0 12 451 111 100
Binary 11011111 1011110 11100110 11 111011 0 1010 100101001 1001001 1000000

Color Harmonies of #DF5EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EE6

Black with #DF5EE6

Text Example


Text Example

White with #DF5EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EE6; }

 p { color: rgb(223,94,230); }

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

background-color css

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

 a { background-color: rgb(223,94,230); }

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

border-color css

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

 span { border-color: rgb(223,94,230); }

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