Html Css Color HEX #DF40EE Free Speech Magenta

📋 copy color: '#DF40EE'

red 223 ◦ green 64 ◦ blue 238

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

Shades of Free Speech Magenta #DF40EE

Tints of Free Speech Magenta #DF40EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.19%

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 42.48%
G = 12.19%
B = 45.33%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF40EE (or 0xDF40EE) is known color: Free Speech Magenta. HEX triplet: DF, 40 and EE. RGB value is (223,64,238). Sum of RGB (Red+Green+Blue) = 223+64+238=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF40EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF40EE is #20BF11. Grayscale: #828282. Windows color (decimal): -2146066 or 15614175. OLE color: 15614175.

HSL color Cylindrical-coordinate representation of color #DF40EE: hue angle of 294.83º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF40EE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 64 238 -
CMYK 0.06 0.73 0 0.07
HSL 294.83º 0.84% 0.59% -
HSV(B) 294.83º 0.73% 0.93% -
XYZ 47.7 25.53 83.3 -
YUV 131.38 188.18 193.35 -
System Red Green Blue C M Y K H S L
Decimal 223 64 238 0.06 0.73 0 0.07 294.83 0.84 0.59
Hex DF 40 EE 6 49 0 7 127 54 3B
Octal 337 100 356 6 111 0 7 447 124 73
Binary 11011111 1000000 11101110 110 1001001 0 111 100100111 1010100 111011

Color Harmonies of #DF40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40EE

Black with #DF40EE

Text Example


Text Example

White with #DF40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40EE; }

 p { color: rgb(223,64,238); }

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

background-color css

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

 a { background-color: rgb(223,64,238); }

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

border-color css

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

 span { border-color: rgb(223,64,238); }

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