Html Css Color HEX #DF41ED Free Speech Magenta

📋 copy color: '#DF41ED'

red 223 ◦ green 65 ◦ blue 237

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

Shades of Free Speech Magenta #DF41ED

Tints of Free Speech Magenta #DF41ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 42.48%
G = 12.38%
B = 45.14%

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

#DF41ED (or 0xDF41ED) is known color: Free Speech Magenta. HEX triplet: DF, 41 and ED. RGB value is (223,65,237). Sum of RGB (Red+Green+Blue) = 223+65+237=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF41ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF41ED is #20BE12. Grayscale: #838383. Windows color (decimal): -2145811 or 15548895. OLE color: 15548895.

HSL color Cylindrical-coordinate representation of color #DF41ED: hue angle of 295.12º degrees, saturation: 0.83, 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 #DF41ED is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 65 237 -
CMYK 0.06 0.73 0 0.07
HSL 295.12º 0.83% 0.59% -
HSV(B) 295.12º 0.73% 0.93% -
XYZ 47.61 25.58 82.55 -
YUV 131.85 187.35 193.01 -
System Red Green Blue C M Y K H S L
Decimal 223 65 237 0.06 0.73 0 0.07 295.12 0.83 0.59
Hex DF 41 ED 6 49 0 7 127 53 3B
Octal 337 101 355 6 111 0 7 447 123 73
Binary 11011111 1000001 11101101 110 1001001 0 111 100100111 1010011 111011

Color Harmonies of #DF41ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41ED

Black with #DF41ED

Text Example


Text Example

White with #DF41ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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