Html Css Color HEX #DF40E6 Free Speech Magenta

📋 copy color: '#DF40E6'

red 223 ◦ green 64 ◦ blue 230

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

Shades of Free Speech Magenta #DF40E6

Tints of Free Speech Magenta #DF40E6

RGB

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

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

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

R = 43.13%
G = 12.38%
B = 44.49%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF40E6 (or 0xDF40E6) is known color: Free Speech Magenta. HEX triplet: DF, 40 and E6. RGB value is (223,64,230). Sum of RGB (Red+Green+Blue) = 223+64+230=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF40E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF40E6 is #20BF19. Grayscale: #818181. Windows color (decimal): -2146074 or 15089887. OLE color: 15089887.

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

Color convert

RGB 223 64 230 -
CMYK 0.03 0.72 0 0.10
HSL 297.47º 0.77% 0.58% -
HSV(B) 297.47º 0.72% 0.9% -
XYZ 46.55 25.07 77.25 -
YUV 130.47 184.18 194 -
System Red Green Blue C M Y K H S L
Decimal 223 64 230 0.03 0.72 0 0.10 297.47 0.77 0.58
Hex DF 40 E6 3 48 0 A 129 4D 3A
Octal 337 100 346 3 110 0 12 451 115 72
Binary 11011111 1000000 11100110 11 1001000 0 1010 100101001 1001101 111010

Color Harmonies of #DF40E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40E6

Black with #DF40E6

Text Example


Text Example

White with #DF40E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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