Html Css Color HEX #DF40DF Free Speech Magenta

📋 copy color: '#DF40DF'

red 223 ◦ green 64 ◦ blue 223

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

Shades of Free Speech Magenta #DF40DF

Tints of Free Speech Magenta #DF40DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 43.73%
G = 12.55%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF40DF (or 0xDF40DF) is known color: Free Speech Magenta. HEX triplet: DF, 40 and DF. RGB value is (223,64,223). Sum of RGB (Red+Green+Blue) = 223+64+223=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF40DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40DF is #20BF20. Grayscale: #818181. Windows color (decimal): -2146081 or 14631135. OLE color: 14631135.

HSL color Cylindrical-coordinate representation of color #DF40DF: hue angle of 300º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF40DF is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 223 -
CMYK 0 0.71 0 0.13
HSL 300º 0.71% 0.56% -
HSV(B) 300º 0.71% 0.87% -
XYZ 45.58 24.68 72.17 -
YUV 129.67 180.68 194.57 -
System Red Green Blue C M Y K H S L
Decimal 223 64 223 0 0.71 0 0.13 300 0.71 0.56
Hex DF 40 DF 0 47 0 D 12C 47 38
Octal 337 100 337 0 107 0 15 454 107 70
Binary 11011111 1000000 11011111 0 1000111 0 1101 100101100 1000111 111000

Color Harmonies of #DF40DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40DF

Black with #DF40DF

Text Example


Text Example

White with #DF40DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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