Html Css Color HEX #DF4EE0 Free Speech Magenta

📋 copy color: '#DF4EE0'

red 223 ◦ green 78 ◦ blue 224

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

Shades of Free Speech Magenta #DF4EE0

Tints of Free Speech Magenta #DF4EE0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.86%

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 42.48%
G = 14.86%
B = 42.67%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF4EE0 (or 0xDF4EE0) is known color: Free Speech Magenta. HEX triplet: DF, 4E and E0. RGB value is (223,78,224). Sum of RGB (Red+Green+Blue) = 223+78+224=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF4EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4EE0 is #20B11F. Grayscale: #898989. Windows color (decimal): -2142496 or 14700255. OLE color: 14700255.

HSL color Cylindrical-coordinate representation of color #DF4EE0: hue angle of 299.59º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4EE0 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 78 224 -
CMYK 0.00 0.65 0 0.12
HSL 299.59º 0.7% 0.59% -
HSV(B) 299.59º 0.65% 0.88% -
XYZ 46.61 26.52 73.18 -
YUV 138 176.54 188.63 -
System Red Green Blue C M Y K H S L
Decimal 223 78 224 0.00 0.65 0 0.12 299.59 0.7 0.59
Hex DF 4E E0 0 41 0 C 12C 46 3B
Octal 337 116 340 0 101 0 14 454 106 73
Binary 11011111 1001110 11100000 0 1000001 0 1100 100101100 1000110 111011

Color Harmonies of #DF4EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4EE0

Black with #DF4EE0

Text Example


Text Example

White with #DF4EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4EE0; }

 p { color: rgb(223,78,224); }

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

background-color css

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

 a { background-color: rgb(223,78,224); }

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

border-color css

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

 span { border-color: rgb(223,78,224); }

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