Html Css Color HEX #DF41E6 Free Speech Magenta

📋 copy color: '#DF41E6'

red 223 ◦ green 65 ◦ blue 230

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

Shades of Free Speech Magenta #DF41E6

Tints of Free Speech Magenta #DF41E6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.55%

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

R = 43.05%
G = 12.55%
B = 44.4%

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

#DF41E6 (or 0xDF41E6) is known color: Free Speech Magenta. HEX triplet: DF, 41 and E6. RGB value is (223,65,230). Sum of RGB (Red+Green+Blue) = 223+65+230=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF41E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF41E6 is #20BE19. Grayscale: #828282. Windows color (decimal): -2145818 or 15090143. OLE color: 15090143.

HSL color Cylindrical-coordinate representation of color #DF41E6: hue angle of 297.45º 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 #DF41E6 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 65 230 -
CMYK 0.03 0.72 0 0.10
HSL 297.45º 0.77% 0.58% -
HSV(B) 297.45º 0.72% 0.9% -
XYZ 46.6 25.18 77.27 -
YUV 131.05 183.85 193.58 -
System Red Green Blue C M Y K H S L
Decimal 223 65 230 0.03 0.72 0 0.10 297.45 0.77 0.58
Hex DF 41 E6 3 48 0 A 129 4D 3A
Octal 337 101 346 3 110 0 12 451 115 72
Binary 11011111 1000001 11100110 11 1001000 0 1010 100101001 1001101 111010

Color Harmonies of #DF41E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41E6

Black with #DF41E6

Text Example


Text Example

White with #DF41E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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